summaryrefslogtreecommitdiffstats
path: root/include/stdlib.h
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2008-07-21 14:03:04 +0000
committerache <ache@FreeBSD.org>2008-07-21 14:03:04 +0000
commitfc34cf9d897be8584a3e0fc2654aa5597662da10 (patch)
tree5fc73f1104cfde14e27152eb5ffb91955bd8cf02 /include/stdlib.h
parent5ed3228d52c437ca20964c105780d69d2e6892b1 (diff)
downloadFreeBSD-src-fc34cf9d897be8584a3e0fc2654aa5597662da10.zip
FreeBSD-src-fc34cf9d897be8584a3e0fc2654aa5597662da10.tar.gz
Add arc4random_buf.
Style: remove arg names from arc4random_addrandom.
Diffstat (limited to 'include/stdlib.h')
-rw-r--r--include/stdlib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index 98cb465..38a6a21 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 */
OpenPOWER on IntegriCloud