diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-08-23 14:55:51 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-08-23 14:55:51 -0700 |
commit | bdc7f5d76b4f284475595dddc79f0e0f9720ec20 (patch) | |
tree | e785157977597e50973af9d82b976296bd4be6bd /ChangeLog | |
parent | 2d094b739598d2e1718d3cc4c5af7e95787bd463 (diff) | |
download | glibc-bdc7f5d76b4f284475595dddc79f0e0f9720ec20.tar glibc-bdc7f5d76b4f284475595dddc79f0e0f9720ec20.tar.gz glibc-bdc7f5d76b4f284475595dddc79f0e0f9720ec20.tar.bz2 glibc-bdc7f5d76b4f284475595dddc79f0e0f9720ec20.zip |
Also correct _POSIX2_* constants in case older standards are selected.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ 2009-08-23 Ulrich Drepper <drepper@redhat.com> - * posix/unistd.h: Define _POSIX_VERSION correctly if older POSIX - versions are selected. + * posix/unistd.h: Define _POSIX_VERSION and _POSIX2_* correctly if + older POSIX versions are selected. * stdio-common/printf_fp.c: ISO C expects to print the sign of NaN as well. |