This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libc/21327] Libstdc++ would like another way to get some POSIX declarations that it currently gets via _GNU_SOURCE


https://sourceware.org/bugzilla/show_bug.cgi?id=21327

--- Comment #3 from Jonathan Wakely <jwakely.gcc at gmail dot com> ---
Also, C++11 and later require the POSIX Exxx error constants from <errno.h>:

The header <cerrno> is described in Table 43. Its contents are the same as the
POSIX header <errno.h>, except that errno shall be defined as a macro. [ Note:
The intent is to remain in close alignment with the POSIX standard. — end note
] A separate errno value shall be provided for each thread.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]