diff options
author | Florian Weimer <fweimer@redhat.com> | 2018-08-30 14:14:53 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2018-08-30 14:14:53 +0200 |
commit | 2bda273aa37e47bb5afdaf122605440391dac7c5 (patch) | |
tree | 214941edddc65bc898c1b60ae8177cdec05921b4 /ChangeLog | |
parent | 3bad2358d67d371497079bba4f8eca9c0096f4e2 (diff) | |
download | glibc-2bda273aa37e47bb5afdaf122605440391dac7c5.zip glibc-2bda273aa37e47bb5afdaf122605440391dac7c5.tar.gz glibc-2bda273aa37e47bb5afdaf122605440391dac7c5.tar.bz2 |
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 'ChangeLog')
-rw-r--r-- | ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1,3 +1,7 @@ +2018-08-30 Florian Weimer <fweimer@redhat.com> + + * stdlib/stdlib.h (reallocarray): Make available under __USE_MISC. + 2018-08-30 Stefan Liebler <stli@linux.ibm.com> * stdlib/test-bz22786.c (do_test): Return EXIT_UNSUPPORTED |