diff options
Diffstat (limited to 'include/compat/stdlib.h')
-rw-r--r-- | include/compat/stdlib.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/compat/stdlib.h b/include/compat/stdlib.h index 11f82ba..cc04856 100644 --- a/include/compat/stdlib.h +++ b/include/compat/stdlib.h | |||
@@ -25,6 +25,10 @@ void arc4random_buf(void *_buf, size_t n); | |||
25 | uint32_t arc4random_uniform(uint32_t upper_bound); | 25 | uint32_t arc4random_uniform(uint32_t upper_bound); |
26 | #endif | 26 | #endif |
27 | 27 | ||
28 | #ifndef HAVE_FREEZERO | ||
29 | void freezero(void *ptr, size_t sz); | ||
30 | #endif | ||
31 | |||
28 | #ifndef HAVE_REALLOCARRAY | 32 | #ifndef HAVE_REALLOCARRAY |
29 | void *reallocarray(void *, size_t, size_t); | 33 | void *reallocarray(void *, size_t, size_t); |
30 | #endif | 34 | #endif |