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.h4
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);
25uint32_t arc4random_uniform(uint32_t upper_bound); 25uint32_t arc4random_uniform(uint32_t upper_bound);
26#endif 26#endif
27 27
28#ifndef HAVE_FREEZERO
29void freezero(void *ptr, size_t sz);
30#endif
31
28#ifndef HAVE_REALLOCARRAY 32#ifndef HAVE_REALLOCARRAY
29void *reallocarray(void *, size_t, size_t); 33void *reallocarray(void *, size_t, size_t);
30#endif 34#endif