openat: don’t close (-1)
[gnulib.git] / doc / glibc-headers / sys_random.texi
blob4a5184026598d6d0cf9ba2ddf4b33c00a741ad4c
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
20 @mindex sys_random
22 Portability problems fixed by Gnulib:
23 @itemize
24 @item
25 This header file is missing on some platforms:
26 glibc 2.24, NetBSD 9.3, OpenBSD 7.5, Minix 3.1.8, AIX 7.1, HP-UX 11.11, Cygwin 2.6.x, mingw, MSVC 14.
27 @item
28 This header file is not self-contained on some platforms:
29 uClibc, macOS 11.1.
30 @end itemize
32 Portability problems not fixed by Gnulib:
33 @itemize
34 @end itemize