Hash :
05eea16a
Author :
Date :
2024-12-27T23:39:52
Rename module sys_random to sys_random-h. * modules/sys_random-h: Renamed from modules/sys_random. * modules/sys_random-h-tests: Renamed from modules/sys_random-tests. * modules/sys_random-h-c++-tests: Renamed from modules/sys_random-c++-tests. * tests/test-sys_random-h.c: Renamed from tests/test-sys_random.c. * tests/test-sys_random-h-c++.cc: Renamed from tests/test-sys_random-c++.cc. * doc/glibc-headers/sys_random.texi: Update. * modules/* (Depends-on): Update. * modules/sys_random: New file.
@node sys/random.h
@section @file{sys/random.h}
Declares the function @code{getrandom} and the flags for it.
Documentation:
@itemize
@item
@ifinfo
@ref{Unpredictable Bytes,,Generating Unpredictable Bytes,libc},
@end ifinfo
@ifnotinfo
@url{https://www.gnu.org/software/libc/manual/html_node/Unpredictable-Bytes.html},
@end ifnotinfo
@item
@uref{https://www.kernel.org/doc/man-pages/online/pages/man2/getrandom.2.html,,man getrandom}.
@end itemize
Gnulib module: sys_random-h
@mindex sys_random-h
Portability problems fixed by Gnulib:
@itemize
@item
This header file is missing on some platforms:
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.
@item
This header file is not self-contained on some platforms:
uClibc, macOS 11.1.
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@end itemize