]> sourceware.org Git - glibc.git/commitdiff
* include/features.h: _POSIX_C_SOURCE >= 200112L implies C99.
authorUlrich Drepper <drepper@redhat.com>
Sat, 25 Apr 2009 08:30:00 +0000 (08:30 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sat, 25 Apr 2009 08:30:00 +0000 (08:30 +0000)
ChangeLog
include/features.h

index 26cb92cc00ac1f973a979a0d2d3d129dc14a26ed..d26396ccfdcb0cf6b88e1b90e86a2bb180139799 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index a696d8b59cd2bddf4a1e3bf021ed70f86b4bdad7..f7edc14aedfce2681af4d3b82e39200570b71cbb 100644 (file)
 
 #if (_POSIX_C_SOURCE - 0) >= 200112L
 # define __USE_XOPEN2K         1
+# undef __USE_ISOC99
+# define __USE_ISOC99          1
 #endif
 
 #if (_POSIX_C_SOURCE - 0) >= 200809L
This page took 0.055873 seconds and 5 git commands to generate.