diff options
author | Joseph Myers <joseph@codesourcery.com> | 2015-05-22 17:14:04 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2015-05-22 17:14:04 +0000 |
commit | 4e5f9259f352a9547b7cc35d675eac3050ed5803 (patch) | |
tree | 50aca2898371dc89a9df070f1f70dcd89a6cc969 /stdlib | |
parent | cf06a4e3579d834c3330184c4ff127c98bc00fcc (diff) | |
download | glibc-4e5f9259f352a9547b7cc35d675eac3050ed5803.tar glibc-4e5f9259f352a9547b7cc35d675eac3050ed5803.tar.gz glibc-4e5f9259f352a9547b7cc35d675eac3050ed5803.tar.bz2 glibc-4e5f9259f352a9547b7cc35d675eac3050ed5803.zip |
Restore _POSIX2_C_VERSION definition (bug 438).
My review of conformtest expectations for POSIX showed up that the
_POSIX2_C_VERSION macro, required by POSIX and XPG standards before
2001, was missing in unistd.h, having been removed on 2003-04-03
despite those standards still being supported. This patch adds it
back. As it's in the implementation namespace, there's no need for it
to be conditional, and other such macros aren't conditional in this
header either.
Tested for x86_64 and x86 (testsuite). Note that this *does* change
the installed libraries, because it affects the sysconf support
(present all along) for _SC_2_C_VERSION.
[BZ #438]
* posix/unistd.h (_POSIX2_C_VERSION): New macro.
* conform/Makefile (test-xfail-POSIX/unistd.h/conform): Remove
variable.
Diffstat (limited to 'stdlib')
0 files changed, 0 insertions, 0 deletions