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: <signal.h> broken with _POSIX_SOURCE=1 defined


> 
>   Andreas Jaeger <aj@arthur.rhein-neckar.de> writes:
> > 
> > This small program shows the broken behaviour with the current glibc
> > 2.1 cvs sources:
> > #define _POSIX_SOURCE 1
> > #include <signal.h>
> > int main(void) { ;}
> > 
> IMHO, we should have a testcase which does this for all legal values of
> _FOO_SOURCE (i.e. including "none" and "a few unlikely combinations") and
> <bar.h> (i.e. all except those in */bits/*).  
> 

I have been working on VSX-PCT. It tests _POSIX_SOURCE and more.

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