unicodeio: Fix wrong result on FreeBSD.
[gnulib.git] / doc / glibc-headers / sys_random.texi
blobb65e4e869347849044461ce2d059e1b8ac0e9728
1 @node sys/random.h
2 @section @file{sys/random.h}
4 Declares the function @code{getrandom} and the flags for it.
6 Documentation:
7 @itemize
8 @item
9 @ifinfo
10 @ref{Unpredictable Bytes,,Generating Unpredictable Bytes,libc},
11 @end ifinfo
12 @ifnotinfo
13 @url{https://www.gnu.org/software/libc/manual/html_node/Unpredictable-Bytes.html},
14 @end ifnotinfo
15 @item
16 @uref{https://www.kernel.org/doc/man-pages/online/pages/man2/getrandom.2.html,,man getrandom}.
17 @end itemize
19 Gnulib module: sys_random
21 Portability problems fixed by Gnulib:
22 @itemize
23 @item
24 This header file is missing on some platforms:
25 glibc 2.24, NetBSD 9.0, OpenBSD 6.7, Minix 3.1.8, AIX 7.1, HP-UX 11.11, IRIX 6.5, Cygwin 2.6.x, mingw, MSVC 14.
26 @item
27 This header file is not self-contained on some platforms:
28 uClibc, Mac OS X 10.13.
29 @end itemize
31 Portability problems not fixed by Gnulib:
32 @itemize
33 @end itemize