diff options
author | Brent Cook <bcook@openbsd.org> | 2015-12-06 23:32:18 -0600 |
---|---|---|
committer | Brent Cook <bcook@openbsd.org> | 2015-12-06 23:32:18 -0600 |
commit | 905e2a3b8046e227bf02410def56b0c2535de14f (patch) | |
tree | 82159c1b9d0f627e00d6ba27bea725ff0ee20ef8 /include/compat | |
parent | 5b49c30cbc1cd115a1d39bbdb67271e9d182b7a8 (diff) | |
download | portable-905e2a3b8046e227bf02410def56b0c2535de14f.tar.gz portable-905e2a3b8046e227bf02410def56b0c2535de14f.tar.bz2 portable-905e2a3b8046e227bf02410def56b0c2535de14f.zip |
refresh nc(1) support
Diffstat (limited to 'include/compat')
-rw-r--r-- | include/compat/stdlib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/compat/stdlib.h b/include/compat/stdlib.h index 506d463..781be77 100644 --- a/include/compat/stdlib.h +++ b/include/compat/stdlib.h | |||
@@ -22,6 +22,7 @@ | |||
22 | #ifndef HAVE_ARC4RANDOM_BUF | 22 | #ifndef HAVE_ARC4RANDOM_BUF |
23 | uint32_t arc4random(void); | 23 | uint32_t arc4random(void); |
24 | void arc4random_buf(void *_buf, size_t n); | 24 | void arc4random_buf(void *_buf, size_t n); |
25 | uint32_t arc4random_uniform(uint32_t upper_bound); | ||
25 | #endif | 26 | #endif |
26 | 27 | ||
27 | #ifndef HAVE_REALLOCARRAY | 28 | #ifndef HAVE_REALLOCARRAY |