mirror of
https://gitlab.freedesktop.org/libbsd/libbsd.git
synced 2025-10-15 07:14:50 +02:00
Move arc4random declarations to <bsd/stdlib.h>
This is were they are located on the BSDs.
This commit is contained in:
@@ -38,6 +38,10 @@
|
||||
#include <libutil.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
u_int32_t arc4random();
|
||||
void arc4random_stir();
|
||||
void arc4random_addrandom(u_char *dat, int datlen);
|
||||
|
||||
int dehumanize_number(const char *str, int64_t *size);
|
||||
|
||||
const char *fmtcheck (const char *, const char *);
|
||||
|
Reference in New Issue
Block a user