Skip to content

Commit

Permalink
* include/features.h [_GNU_SOURCE] (_POSIX_C_SOURCE): Define to
Browse files Browse the repository at this point in the history
	200112L.
  • Loading branch information
Ulrich Drepper committed Apr 25, 2006
1 parent bc05436 commit 5178e13
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.

2 changes: 1 addition & 1 deletion include/features.h
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 5178e13

Please sign in to comment.