diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-08-23 12:27:09 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-08-23 12:27:09 -0700 |
commit | c6b6723e6b756d36d9912a1c430459634e15758b (patch) | |
tree | d9960b8c6bc44253b2fea3455a4ab0734e7f928e /ChangeLog | |
parent | 003c9895a89e71767ad64bafac1ca99622be2eb7 (diff) | |
download | glibc-c6b6723e6b756d36d9912a1c430459634e15758b.tar.gz glibc-c6b6723e6b756d36d9912a1c430459634e15758b.tar.xz glibc-c6b6723e6b756d36d9912a1c430459634e15758b.zip |
Define _POSIX_VERSION correctly when older POSIX versions are selected.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
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. |