getrandom.2: Starting with glibc 2.25, getrandom() is now declared in <sys/random.h>

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2017-01-31 16:13:43 +13:00
parent 089527aabd
commit 2cbb6fb4e9
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
.SH NAME
getrandom \- obtain a series of random bytes
.SH SYNOPSIS
.B #include <linux/random.h>
.B #include <sys/random.h>
.sp
.BI "int getrandom(void *"buf ", size_t " buflen ", unsigned int " flags );
.SH DESCRIPTION