diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2008-07-21 14:03:04 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2008-07-21 14:03:04 +0000 |
| commit | 3204108bc3d5f26e65cf89d1459e4b2b4dc89cc1 (patch) | |
| tree | 5fc73f1104cfde14e27152eb5ffb91955bd8cf02 /include/stdlib.h | |
| parent | bc6847e225787089acd45f959d7b2ec99fb65183 (diff) | |
Notes
Diffstat (limited to 'include/stdlib.h')
| -rw-r--r-- | include/stdlib.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index 98cb465c8f33..38a6a215f574 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -235,7 +235,8 @@ void *alloca(size_t); __uint32_t arc4random(void); -void arc4random_addrandom(unsigned char *dat, int datlen); +void arc4random_addrandom(unsigned char *, int); +void arc4random_buf(void *, size_t); void arc4random_stir(void); char *getbsize(int *, long *); /* getcap(3) functions */ |
