mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-18 12:16:13 +08:00
* include/features.h [_GNU_SOURCE] (_POSIX_C_SOURCE): Define to
200112L.
This commit is contained in:
parent
bc05436748
commit
5178e13aa2
@ -1,5 +1,8 @@
|
|||||||
2006-04-25 Ulrich Drepper <drepper@redhat.com>
|
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
|
* resolv/res_hconf.c: Minor surgery to 'cmd' and the referenced
|
||||||
functions to avoid relocations.
|
functions to avoid relocations.
|
||||||
|
|
||||||
|
@ -151,7 +151,7 @@
|
|||||||
# undef _POSIX_SOURCE
|
# undef _POSIX_SOURCE
|
||||||
# define _POSIX_SOURCE 1
|
# define _POSIX_SOURCE 1
|
||||||
# undef _POSIX_C_SOURCE
|
# undef _POSIX_C_SOURCE
|
||||||
# define _POSIX_C_SOURCE 199506L
|
# define _POSIX_C_SOURCE 200112L
|
||||||
# undef _XOPEN_SOURCE
|
# undef _XOPEN_SOURCE
|
||||||
# define _XOPEN_SOURCE 600
|
# define _XOPEN_SOURCE 600
|
||||||
# undef _XOPEN_SOURCE_EXTENDED
|
# undef _XOPEN_SOURCE_EXTENDED
|
||||||
|
Loading…
Reference in New Issue
Block a user