From: Ulrich Drepper Date: Tue, 25 Apr 2006 20:37:04 +0000 (+0000) Subject: * include/features.h [_GNU_SOURCE] (_POSIX_C_SOURCE): Define to X-Git-Tag: cvs/fedora-glibc-20060426T2000~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5178e13aa29737c75e6c81f0d9238a0fa5d448be;p=thirdparty%2Fglibc.git * include/features.h [_GNU_SOURCE] (_POSIX_C_SOURCE): Define to 200112L. --- diff --git a/ChangeLog b/ChangeLog index 3c4d51b765c..d99c3c3990c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2006-04-25 Ulrich Drepper + * 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 78eeb88cf23..0b06b0f71b3 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