Date: Tue, 12 Nov 2002 19:03:19 -0500 (EST) From: Garrett Wollman <wollman@lcs.mit.edu> To: Mike Barcroft <mike@FreeBSD.org> Cc: current@FreeBSD.org Subject: Re: addition to cdefs Message-ID: <200211130003.gAD03JYb060973@khavrinen.lcs.mit.edu> In-Reply-To: <20021111095458.F52940@espresso.q9media.com> References: <1037017897.779.20.camel@leeloo.intern.geht.de> <20021111095458.F52940@espresso.q9media.com>
next in thread | previous in thread | raw e-mail | index | archive | help
<<On Mon, 11 Nov 2002 09:54:58 -0500, Mike Barcroft <mike@FreeBSD.org> said: > /* 1003.2-1992 */ > -#if __POSIX_VISIBLE >= 199209 > +#if __POSIX_VISIBLE >= 199209 || __XSI_VISIBLE > size_t confstr(int, char *, size_t); > int getopt(int, char * const [], const char *); __XSI_VISIBLE should never be non-zero when __POSIX_VISIBLE is less than 199506, so I don't entirely understand what's going on here. We don't really support XPG4.2 or older environments. -GAWollman To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211130003.gAD03JYb060973>