Bring in reallocarray() from OpenBSD

This commit is contained in:
sin
2016-01-06 17:02:28 +00:00
parent 87360fe252
commit 2809fd3795
6 changed files with 48 additions and 2 deletions

View File

@@ -3,4 +3,6 @@
size_t strlcat(char *, const char *, size_t);
#undef strlcpy
size_t strlcpy(char *, const char *, size_t);
#undef reallocarray
void *reallocarray(void *, size_t, size_t);
#endif