Missed freezero.

pull/834/merge
Nicholas Marriott 2017-04-19 07:58:45 +01:00
parent a71c262d5f
commit 95c38087db
1 changed files with 5 additions and 0 deletions

View File

@ -315,6 +315,11 @@ int unsetenv(const char *);
void cfmakeraw(struct termios *);
#endif
#ifndef HAVE_FREEZERO
/* freezero.c */
void freezero(void *, size_t);
#endif
#ifndef HAVE_REALLOCARRAY
/* reallocarray.c */
void *reallocarray(void *, size_t, size_t);