This is the mail archive of the libc-hacker@sourceware.cygnus.com 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]

Re: patch to clean up generic signum.h


I think it is not "compulsive" but broken to omit signal numbers under
_POSIX_SOURCE.  A POSIX.1-compliant program must define _POSIX_SOURCE,
and a well-written one would handle common non-POSIX signals by checking
for them with #ifdef.  


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