This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Handle gcc -std=c99 -D_XOPEN_SOURCE=600 [BZ #284]


Joseph S. Myers wrote:

> c99 is the name of the compiler to "accept source code conforming to the
> ISO C standard".  For example,

And once -D_POSIX_C_SOURCE=200112L is defined all this ISO C nonsense
must be completely out of the way.  No __STRICT_ANSI__, since non-ISO C
stuff is used.  The same applies to a few other defines.  Only if none
is defined can this silly strict ISO C business take place.

-- 
â Ulrich Drepper â Red Hat, Inc. â 444 Castro St â Mountain View, CA â


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