aboutsummaryrefslogtreecommitdiff
path: root/include/compat/stdlib.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 cc04856..e629884 100644
--- a/include/compat/stdlib.h
+++ b/include/compat/stdlib.h
@@ -29,6 +29,10 @@ uint32_t arc4random_uniform(uint32_t upper_bound);
29void freezero(void *ptr, size_t sz); 29void freezero(void *ptr, size_t sz);
30#endif 30#endif
31 31
32#ifndef HAVE_GETPROGNAME
33const char * getprogname(void);
34#endif
35
32#ifndef HAVE_REALLOCARRAY 36#ifndef HAVE_REALLOCARRAY
33void *reallocarray(void *, size_t, size_t); 37void *reallocarray(void *, size_t, size_t);
34#endif 38#endif