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/16674] New: signal.h, sys/wait.h namespace for POSIX


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

            Bug ID: 16674
           Summary: signal.h, sys/wait.h namespace for POSIX
           Product: glibc
           Version: 2.19
            Status: NEW
          Severity: normal
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: jsm28 at gcc dot gnu.org
                CC: drepper.fsp at gmail dot com

signal.h wrongly exposes symbols ILL_*, FPE_*, SEGV_* BUS_*, CLD_* and POLL_*
for pre-2008 POSIX versions although those symbols only became non-XSI in
POSIX.1-2008, and TRAP_* although even in POSIX.1-2008 they remain XSI symbols.
 Testing a patch.  As this is in bits/siginfo.h it also affects sys/wait.h
which also includes that header.

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