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: Misc patches for glibc


> 
> Under 1003.1-1990, sa_* is a reserved local identifier space if you #include
> <signal.h>.  That means it is ok to define sa_sigaction, so there is no
> need to conditionalize the defn.
> 

Since union is ifdefed out, the sa_sigaction definition makes no
sense when __USE_POSIX199309 is not defined.


-- 
H.J. Lu (hjl@gnu.org)


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