diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-04-25 20:37:04 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-04-25 20:37:04 +0000 |
commit | 5178e13aa29737c75e6c81f0d9238a0fa5d448be (patch) | |
tree | 429750b5da070ef97166b1f9150a5c242ed579ee | |
parent | bc0543674840a5eda9e21d7c10122f2b9f6293a5 (diff) | |
download | glibc-5178e13aa29737c75e6c81f0d9238a0fa5d448be.tar glibc-5178e13aa29737c75e6c81f0d9238a0fa5d448be.tar.gz glibc-5178e13aa29737c75e6c81f0d9238a0fa5d448be.tar.bz2 glibc-5178e13aa29737c75e6c81f0d9238a0fa5d448be.zip |
* include/features.h [_GNU_SOURCE] (_POSIX_C_SOURCE): Define to
200112L.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | include/features.h | 2 |
2 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ 2006-04-25 Ulrich Drepper <drepper@redhat.com> + * include/features.h [_GNU_SOURCE] (_POSIX_C_SOURCE): Define to + 200112L. + * resolv/res_hconf.c: Minor surgery to 'cmd' and the referenced functions to avoid relocations. diff --git a/include/features.h b/include/features.h index 78eeb88cf2..0b06b0f71b 100644 --- a/include/features.h +++ b/include/features.h @@ -151,7 +151,7 @@ # undef _POSIX_SOURCE # define _POSIX_SOURCE 1 # undef _POSIX_C_SOURCE -# define _POSIX_C_SOURCE 199506L +# define _POSIX_C_SOURCE 200112L # undef _XOPEN_SOURCE # define _XOPEN_SOURCE 600 # undef _XOPEN_SOURCE_EXTENDED |