summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2020-05-31 20:12:04 +0200
committerBruno Haible <bruno@clisp.org>2020-05-31 20:18:25 +0200
commit90b3a5b610c51939aace88f3fd9ebf0d9cc74af3 (patch)
treec98984df87c1f3749a64ba3e1bf85af75525fa39 /ChangeLog
parent67306f600fe6a3bcf3fbb6d8bf4b8953b74a8fb7 (diff)
downloadgnulib-90b3a5b610c51939aace88f3fd9ebf0d9cc74af3.tar.gz
getentropy: Work around a macOS and Solaris problem.
* lib/unistd.in.h: Include <sys/random.h>, when needed for the 'getentropy' module. * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize UNISTD_H_HAVE_SYS_RANDOM_H. * m4/sys_random_h.m4 (gl_HEADER_SYS_RANDOM): Set UNISTD_H_HAVE_SYS_RANDOM_H. * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_SYS_RANDOM_H. * doc/glibc-functions/getentropy.texi: Document the macOS and Solaris problem. List more platforms.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9dea4c4f37..141ed8a330 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2020-05-31 Bruno Haible <bruno@clisp.org>
+
+ getentropy: Work around a macOS and Solaris problem.
+ * lib/unistd.in.h: Include <sys/random.h>, when needed for the
+ 'getentropy' module.
+ * m4/unistd_h.m4 (gl_UNISTD_H_DEFAULTS): Initialize
+ UNISTD_H_HAVE_SYS_RANDOM_H.
+ * m4/sys_random_h.m4 (gl_HEADER_SYS_RANDOM): Set
+ UNISTD_H_HAVE_SYS_RANDOM_H.
+ * modules/unistd (Makefile.am): Substitute UNISTD_H_HAVE_SYS_RANDOM_H.
+ * doc/glibc-functions/getentropy.texi: Document the macOS and Solaris
+ problem. List more platforms.
+
2020-05-31 Paul Eggert <eggert@cs.ucla.edu>
fnmatch: merge from glibc