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/16755] _POSIX_C_SOURCE should define __USE_UNIX98


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

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Joseph Myers <jsm28 at gcc dot gnu.org> ---
UNIX98 is not a subset of _POSIX_C_SOURCE=200112L (_XOPEN_SOURCE=600 does
define __USE_UNIX98).  If you have a bug where a *non-XSI-shaded* feature from
POSIX.1-2001 is not declared with _POSIX_C_SOURCE=200112L, please file a bug
identifying the specific missing declaration.

-- 
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]