This is the mail archive of the libc-alpha@sourceware.org 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]
Other format: [Raw text]

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


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.


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