summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2009-08-23 12:27:09 -0700
committerUlrich Drepper <drepper@redhat.com>2009-08-23 12:27:09 -0700
commitc6b6723e6b756d36d9912a1c430459634e15758b (patch)
treed9960b8c6bc44253b2fea3455a4ab0734e7f928e /ChangeLog
parent003c9895a89e71767ad64bafac1ca99622be2eb7 (diff)
Define _POSIX_VERSION correctly when older POSIX versions are selected.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fde9f03f76..280afff9be 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
2009-08-23 Ulrich Drepper <drepper@redhat.com>
+ * posix/unistd.h: Define _POSIX_VERSION correctly if older POSIX
+ versions are selected.
+
* stdio-common/printf_fp.c: ISO C expects to print the sign of NaN
as well.
* stdio-common/printf_fphex.c: Likewise.