aboutsummaryrefslogtreecommitdiff
path: root/include/compat/stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/compat/stdlib.h')
-rw-r--r--include/compat/stdlib.h1
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
23uint32_t arc4random(void); 23uint32_t arc4random(void);
24void arc4random_buf(void *_buf, size_t n); 24void arc4random_buf(void *_buf, size_t n);
25uint32_t arc4random_uniform(uint32_t upper_bound);
25#endif 26#endif
26 27
27#ifndef HAVE_REALLOCARRAY 28#ifndef HAVE_REALLOCARRAY