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/21550] New: sigwait namespace


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

            Bug ID: 21550
           Summary: sigwait namespace
           Product: glibc
           Version: 2.25
            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
  Target Milestone: ---

sigwait was added to POSIX in 1995; it is not in older POSIX versions or XPG4 /
XPG4.2.  Thus it should be declared only if __USE_POSIX199506; signal.h wrongly
declares it for __USE_POSIX.  (sigwaitinfo is correctly conditioned on
__USE_POSIX199309.)

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