diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/NEWS b/NEWS index 0f4b8d4f38..2da97546bf 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,14 @@ Version 2.20 * The am33 port, which had not worked for several years, has been removed from ports. + +* The _BSD_SOURCE and _SVID_SOURCE feature test macros are no longer + supported; they now act the same as _DEFAULT_SOURCE (but generate a + warning). Except for cases where _BSD_SOURCE enabled BSD interfaces that + conflicted with POSIX (support for which was removed in 2.19), the + interfaces those macros enabled remain available when compiling with + _GNU_SOURCE defined, with _DEFAULT_SOURCE defined, or without any feature + test macros defined. Version 2.19 |