mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-01-09 19:27:42 +01:00
getentropy: Add missing prototype for BSD variant
Warned-by: gcc
This commit is contained in:
parent
43a8270317
commit
8ad7570c20
@ -26,6 +26,8 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
|
|
||||||
|
int getentropy(void *buf, size_t len);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Derived from lib/libc/gen/arc4random.c from FreeBSD.
|
* Derived from lib/libc/gen/arc4random.c from FreeBSD.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user