diff options
author | Roland McGrath <roland@gnu.org> | 1996-03-19 21:59:41 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-03-19 21:59:41 +0000 |
commit | d3669add24e6ebc86ed25683ff4d4eb7c67e4d56 (patch) | |
tree | 8dd2bcd753727f20d10781d212197f8708ef8b44 /ChangeLog | |
parent | c8cf0b14ed2a085f17c6c5c58ca4a92d97591fcc (diff) | |
download | glibc-d3669add24e6ebc86ed25683ff4d4eb7c67e4d56.tar.gz glibc-d3669add24e6ebc86ed25683ff4d4eb7c67e4d56.tar.xz glibc-d3669add24e6ebc86ed25683ff4d4eb7c67e4d56.zip |
* features.h (__FAVOR_BSD): Define only if _BSD_SOURCE is defined
and no other _*_SOURCE macro is. (_GNU_SOURCE): Don't define by default. * libc-symbols.h (_GNU_SOURCE): Define it.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 3e388606c5..45095cf074 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ Tue Mar 19 14:18:42 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> + * features.h (__FAVOR_BSD): Define only if _BSD_SOURCE is defined + and no other _*_SOURCE macro is. + (_GNU_SOURCE): Don't define by default. + * libc-symbols.h (_GNU_SOURCE): Define it. + * configure.in (alpha*-*-linux*): Unset $gnu_ld and $elf. * config.make.in (weak-symbols): Variable removed. |