[Issue 17829] New: core.stdc.errno does not work with -betterC

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Fri Sep 15 08:32:45 UTC 2017


https://issues.dlang.org/show_bug.cgi?id=17829

          Issue ID: 17829
           Summary: core.stdc.errno does not work with -betterC
           Product: D
           Version: D2
          Hardware: All
                OS: All
            Status: NEW
          Severity: normal
          Priority: P1
         Component: druntime
          Assignee: nobody at puremagic.com
          Reporter: bugzilla at digitalmars.com

https://github.com/dlang/druntime/blob/master/src/core/stdc/errno.d#L31

It references functions getErrno() and setErrno() which are in the druntime
library. -betterC does not link in druntime.

--


More information about the Digitalmars-d-bugs mailing list