summaryrefslogtreecommitdiff
path: root/doc
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 /doc
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 'doc')
-rw-r--r--doc/glibc-headers/sys_random.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/glibc-headers/sys_random.texi b/doc/glibc-headers/sys_random.texi
index f533a7abf7..df5d684fd9 100644
--- a/doc/glibc-headers/sys_random.texi
+++ b/doc/glibc-headers/sys_random.texi
@@ -25,7 +25,7 @@ This header file is missing on some platforms:
glibc 2.24, NetBSD 9.0, OpenBSD 3.8, Minix 3.1.8, AIX 7.1, HP-UX 11.11, IRIX 6.5, Cygwin 2.6.x, mingw, MSVC 14.
@item
This header file is not self-contained on some platforms:
-Mac OS X 10.13.
+uClibc, Mac OS X 10.13.
@end itemize
Portability problems not fixed by Gnulib: