diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-04-25 08:30:00 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-04-25 08:30:00 +0000 |
commit | c163ee23e05c78cf48000d9163209faa5442c1ec (patch) | |
tree | 61b4a4fc2685b0ce859a7461e3618726a5c124fe /ChangeLog | |
parent | e971e76d8d248ce128641983e90b7cf6e81f2e4e (diff) | |
download | glibc-c163ee23e05c78cf48000d9163209faa5442c1ec.zip glibc-c163ee23e05c78cf48000d9163209faa5442c1ec.tar.gz glibc-c163ee23e05c78cf48000d9163209faa5442c1ec.tar.bz2 |
* include/features.h: _POSIX_C_SOURCE >= 200112L implies C99.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ 2009-04-25 Ulrich Drepper <drepper@redhat.com> + * include/features.h: _POSIX_C_SOURCE >= 200112L implies C99. + * sysdeps/ieee754/k_standard.c (__kernel_standard): Pole errors for lgamma should se errno to ERANGE, not EDOM. * math/libm-test.inc (lgamma_test): Check errno for pole errors. |