unconditionally define reallocarray

deal with systems missing it but with it exported as a symbol
This commit is contained in:
Brent Cook 2019-05-10 11:06:51 -05:00
parent 6e2215c465
commit a2befe3383

View File

@ -33,9 +33,7 @@ void freezero(void *ptr, size_t sz);
const char * getprogname(void);
#endif
#ifndef HAVE_REALLOCARRAY
void *reallocarray(void *, size_t, size_t);
#endif
#ifndef HAVE_RECALLOCARRAY
void *recallocarray(void *, size_t, size_t, size_t);