[PATCH 2/2] Add correct variable names for _POSIX_IPV6 and _POSIX_RAW_SOCKETS

Roland McGrath roland@hack.frob.com
Fri Sep 12 18:06:00 GMT 2014


That looks OK.  But we should consider as a cleanup removing all the
#ifdef's from getconf.c entirely.  All configurations use the same
bits/confname.h, so there is no actual variation being tested here.
I'm not sure that POSIX actually allows us any leeway to omit any of
the _SC_* or _PC_* symbols.  But even if it does, I can't really see
a reason why we'd want to let the GNU API vary that way.



More information about the Libc-alpha mailing list