aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-03-10 13:45:44 +0000
committerUlrich Drepper <drepper@redhat.com>2009-03-10 13:45:44 +0000
commit7db0cc42453f96dd52a972bdcaaa6e79fd96059c (patch)
tree8990fe6537089419a1725afd3a8e359184f23f25 /ChangeLog
parenteec4b45482cb8a39d6028257d6667febd9f28af0 (diff)
downloadglibc-7db0cc42453f96dd52a972bdcaaa6e79fd96059c.zip
glibc-7db0cc42453f96dd52a972bdcaaa6e79fd96059c.tar.gz
glibc-7db0cc42453f96dd52a972bdcaaa6e79fd96059c.tar.bz2
* 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 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 212dbf0..f9b2276 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2009-03-10 Jakub Jelinek <jakub@redhat.com>
+ * 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>
+
* stdlib/quick_exit.c (quick_exit): Pass &__quick_exit_funcs
instead of __quick_exit_funcs to __run_exit_handlers.
* stdlib/at_quick_exit.c (at_quick_exit): Add attribute_hidden.