<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">I'm porting a codebase to Linux. &nbsp;As part of this work, I have a large class of problems of the form "Darwin defines this constant to be Int32 but Glibc defines it to be Int16".<div class=""><br class=""></div><div class=""><ul class="MailOutline"><li class="">Are these considered bugs, from Swift POV? &nbsp;They mean I have to `#if os(Linux)` a lot of things, but one interpretation is that Darwin and Glibc headers are just different, get over it.</li><li class="">If they are bugs, should they be resolved in favor of making Glibc follow the Darwin types?</li><li class="">If they are bugs, perhaps someone could link me to the place where I can override the header import, so I can fix these directly? &nbsp;Filing them separately would probably be inefficient, as I have a codebase that can identify them at some scale.</li></ul><div class=""><br class=""></div><div class="">Thanks</div><div class=""><br class=""></div><div class="">Drew</div><div class=""><br class=""></div></div></body></html>