summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-08-13 17:49:35 +0200
committerBruno Haible <bruno@clisp.org>2020-08-13 17:49:35 +0200
commit4e082bffbcc46e68644ae0d59b4f09bf2b5feb84 (patch)
tree12a474bf27e6c3efb48edf945228d5af1a65c5b1 /ChangeLog
parent1a5ab8331da8c0f2fe54b937064b64271ec15550 (diff)
downloadgnulib-4e082bffbcc46e68644ae0d59b4f09bf2b5feb84.tar.gz
sys_random: Work around an uClibc bug.
Reported by akater <nuclearspace@gmail.com> via Stefan Kangas <stefan@marxist.se> in <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=42236>. * lib/sys_random.in.h: On uClibc, include <stddef.h> first. * m4/sys_random_h.m4 (gl_HEADER_SYS_RANDOM): Update comment. * m4/getrandom.m4 (gl_FUNC_GETRANDOM): Likewise. * doc/glibc-headers/sys_random.texi: Mention the uClibc bug.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c0cee5fe53..884be61ee1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2020-08-13 Bruno Haible <bruno@clisp.org>
+
+ sys_random: Work around an uClibc bug.
+ Reported by akater <nuclearspace@gmail.com>
+ via Stefan Kangas <stefan@marxist.se>
+ in <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=42236>.
+ * lib/sys_random.in.h: On uClibc, include <stddef.h> first.
+ * m4/sys_random_h.m4 (gl_HEADER_SYS_RANDOM): Update comment.
+ * m4/getrandom.m4 (gl_FUNC_GETRANDOM): Likewise.
+ * doc/glibc-headers/sys_random.texi: Mention the uClibc bug.
+
2020-08-12 Bruno Haible <bruno@clisp.org>
Avoid implicit conversion from 'unsigned int' to 'int' in initializers.