unconditionally define reallocarray
deal with systems missing it but with it exported as a symbol
This commit is contained in:
parent
6e2215c465
commit
a2befe3383
@ -33,9 +33,7 @@ void freezero(void *ptr, size_t sz);
|
|||||||
const char * getprogname(void);
|
const char * getprogname(void);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_REALLOCARRAY
|
|
||||||
void *reallocarray(void *, size_t, size_t);
|
void *reallocarray(void *, size_t, size_t);
|
||||||
#endif
|
|
||||||
|
|
||||||
#ifndef HAVE_RECALLOCARRAY
|
#ifndef HAVE_RECALLOCARRAY
|
||||||
void *recallocarray(void *, size_t, size_t, size_t);
|
void *recallocarray(void *, size_t, size_t, size_t);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user