diff options
author | Joseph Myers <joseph@codesourcery.com> | 2013-12-17 18:05:42 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2013-12-17 18:05:57 +0000 |
commit | 7011c2622fe3e10a29dbe74f06aaebd07710127d (patch) | |
tree | 42987e63dc4500ac40585cba04f0392ea0ca3dc2 /NEWS | |
parent | 0f197fe5b65c6df1a3a0b6b36383d4babec85bd1 (diff) | |
download | glibc-7011c2622fe3e10a29dbe74f06aaebd07710127d.tar.gz glibc-7011c2622fe3e10a29dbe74f06aaebd07710127d.tar.xz glibc-7011c2622fe3e10a29dbe74f06aaebd07710127d.zip |
Remove __FAVOR_BSD.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS index 7bb8ebf1be..32c8f0885a 100644 --- a/NEWS +++ b/NEWS @@ -100,6 +100,9 @@ Version 2.19 * The soft-float powerpc port now supports e500 processors. * Support for STT_GNU_IFUNC symbols added for ppc32/power4+ and ppc64. + +* The _BSD_SOURCE feature test macro no longer enables BSD interfaces that + conflict with POSIX. Version 2.18 |