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/*).  

-- 
Matthias Urlichs  |  noris network GmbH   |   smurf@noris.de  |  ICQ: 20193661
The quote was selected randomly. Really.    |      http://www.noris.de/~smurf/
-- 
Of all things man is the measure.
               --Protagoras


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