diff options
-rw-r--r-- | include/compat/stdlib.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/compat/stdlib.h b/include/compat/stdlib.h index e629884..2eaea24 100644 --- a/include/compat/stdlib.h +++ b/include/compat/stdlib.h | |||
@@ -33,9 +33,7 @@ void freezero(void *ptr, size_t sz); | |||
33 | const char * getprogname(void); | 33 | const char * getprogname(void); |
34 | #endif | 34 | #endif |
35 | 35 | ||
36 | #ifndef HAVE_REALLOCARRAY | ||
37 | void *reallocarray(void *, size_t, size_t); | 36 | void *reallocarray(void *, size_t, size_t); |
38 | #endif | ||
39 | 37 | ||
40 | #ifndef HAVE_RECALLOCARRAY | 38 | #ifndef HAVE_RECALLOCARRAY |
41 | void *recallocarray(void *, size_t, size_t, size_t); | 39 | void *recallocarray(void *, size_t, size_t, size_t); |