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 1/2] Fix typo in _REGEX_VERSION name


_REGEX_VERSION is never defined and in fact it was removed from the
standard.  For backward compatibility we must support _SC_REGEX_VERSION and
return -1 without setting errno, but I don't think we should treat this
like the real cases any more.  That is, just unconditionally return -1
and a comment about it having been removed in 1003.1-2004.


Thanks,
Roland


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