mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
sys_getrandom: fix a function reference in a comment
MFC after: 3 days Sponsored by: FreeBSD Foundation
This commit is contained in:
parent
09e5d91069
commit
a4e4ea738b
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ __FBSDID("$FreeBSD$");
|
|||
#define GRND_VALIDFLAGS (GRND_NONBLOCK | GRND_RANDOM | GRND_INSECURE)
|
||||
|
||||
/*
|
||||
* random_read_uio(9) returns EWOULDBLOCK if a nonblocking request would block,
|
||||
* read_random_uio(9) returns EWOULDBLOCK if a nonblocking request would block,
|
||||
* but the Linux API name is EAGAIN. On FreeBSD, they have the same numeric
|
||||
* value for now.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue