diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-03-10 13:45:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-03-10 13:45:44 +0000 |
commit | 7db0cc42453f96dd52a972bdcaaa6e79fd96059c (patch) | |
tree | 8990fe6537089419a1725afd3a8e359184f23f25 /posix/tst-sysconf.c | |
parent | eec4b45482cb8a39d6028257d6667febd9f28af0 (diff) | |
download | glibc-7db0cc42453f96dd52a972bdcaaa6e79fd96059c.tar.gz |
* posix/unistd.h (_POSIX_VERSION, _POSIX2_VERSION, _POSIX2_C_BIND,
_POSIX2_C_DEV, _POSIX2_SW_DEV, _POSIX2_LOCALEDEF): Define to
200809L instead of 200112L.
(_XOPEN_VERSION): For __USE_XOPEN2K8 define to 700.
* posix/tst-sysconf.c (STDVER): Define to 200809L instead of 200112L.
2009-03-10 Jakub Jelinek <jakub@redhat.com>
Diffstat (limited to 'posix/tst-sysconf.c')
-rw-r--r-- | posix/tst-sysconf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/posix/tst-sysconf.c b/posix/tst-sysconf.c index e9ff06a8da..e2972291ae 100644 --- a/posix/tst-sysconf.c +++ b/posix/tst-sysconf.c @@ -97,7 +97,7 @@ do_test (void) result = 1; } -#define STDVER 200112L +#define STDVER 200809L if (scret > 0 && scret != STDVER && !posix_options[i].positive) { printf ("sysconf(_SC_%s%s) must be %ldL\n", |