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


Zack Weinberg <zack@rabi.columbia.edu> writes:

|> On Tue, 03 Nov 1998 08:08:07 -0500, Zack Weinberg wrote:
|> >
|> >As an experiment I wrote a simple test which just includes every
|> >single public header we provide with _GNU_SOURCE defined.
|> 
|> Followup:  Doing the same thing with _POSIX_SOURCE instead produces
|> some spurious errors.  They come from the internal prototypes in the
|> wrapper headers.  

The library source largely depends on being compiled with _GNU_SOURCE.
You can only get correct results by testing against installed headers.

Andreas.


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