about summary refs log tree commit diff
path: root/NEWS
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2018-08-30 14:14:53 +0200
committerFlorian Weimer <fweimer@redhat.com>2018-08-30 14:14:53 +0200
commit2bda273aa37e47bb5afdaf122605440391dac7c5 (patch)
tree214941edddc65bc898c1b60ae8177cdec05921b4 /NEWS
parent3bad2358d67d371497079bba4f8eca9c0096f4e2 (diff)
downloadglibc-2bda273aa37e47bb5afdaf122605440391dac7c5.tar.gz
glibc-2bda273aa37e47bb5afdaf122605440391dac7c5.tar.xz
glibc-2bda273aa37e47bb5afdaf122605440391dac7c5.zip
reallocarray: Declare under _DEFAULT_SOURCE
Initially, this function was restricted to _GNU_SOURCE, but experience
shows that compatibility with existing build systems is improved if we
declare it under _DEFAULT_SOURCE as well.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 639fb56c9f..325157c0da 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,9 @@ Major new features:
 
 * Optimized generic sinf, cosf, sincosf and tanf.
 
+* The reallocarray function is now declared under _DEFAULT_SOURCE, not just
+  for _GNU_SOURCE, to match BSD environments.
+
 Deprecated and removed features, and other changes affecting compatibility:
 
 * The glibc.tune tunable namespace has been renamed to glibc.cpu and the