Re: POSIX_C_SOURCE
From: Garrett Wollman (wollman_at_khavrinen.lcs.mit.edu)
Date: 08/30/03
- Previous message: Troy: "POSIX_C_SOURCE"
- In reply to: Troy: "POSIX_C_SOURCE"
- Next in thread: Erik Trulsson: "Re: POSIX_C_SOURCE"
- Reply: Erik Trulsson: "Re: POSIX_C_SOURCE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 30 Aug 2003 12:49:15 -0400 (EDT) To: troy@twisted.net
In article <20030830161813.GA28890@twisted.net> you write:
>Any chance that someone will finally commit the fixes to prevent the
>POSIX_C_SOURCE warnings from showing up? I saw a number of posts on this
>topic, but it still seems like it's not "officially committed"
>/usr/include/sys/cdefs.h:273: warning: `_POSIX_C_SOURCE' is not defined
>/usr/include/sys/cdefs.h:279: warning: `_POSIX_C_SOURCE' is not defined
The warnings are wrong,[1] so you should probably ask the GCC people
about that.
-GAWollman
[1] That is to say, any identifier used in a preprocessor expression
(after macro expansion) is defined to have a value of zero, and GCC
should not be complaining about this.
_______________________________________________
freebsd-stable@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
- Previous message: Troy: "POSIX_C_SOURCE"
- In reply to: Troy: "POSIX_C_SOURCE"
- Next in thread: Erik Trulsson: "Re: POSIX_C_SOURCE"
- Reply: Erik Trulsson: "Re: POSIX_C_SOURCE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|