diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1997-06-14 01:33:52 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1997-06-14 01:33:52 +0000 |
| commit | b24d5f1d6b56681eb987a626dc2a6b082dbc17db (patch) | |
| tree | 891e3f92c7df98999b03712d8a82e0280627d485 /include/stdlib.h | |
| parent | e9c3c2bc0b377fd551dc7557234cf66ed67b3c90 (diff) | |
Notes
Diffstat (limited to 'include/stdlib.h')
| -rw-r--r-- | include/stdlib.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index 3f574788fb08..1bccc76f04b8 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -37,6 +37,7 @@ #define _STDLIB_H_ #include <machine/ansi.h> +#include <machine/types.h> #if !defined(_ANSI_SOURCE) && !defined(_POSIX_SOURCE) #ifdef _BSD_RUNE_T_ @@ -130,6 +131,10 @@ void srand48 __P((long)); void *alloca __P((size_t)); /* built-in for gcc */ /* getcap(3) functions */ +u_int32_t + arc4random __P((void)); +void arc4random_stir __P((void)); +void arc4random_addrandom __P((unsigned char *dat, int datlen)); char *getbsize __P((int *, long *)); char *cgetcap __P((char *, char *, int)); int cgetclose __P((void)); |
