Always use the compat functions

This commit is contained in:
sin
2016-01-06 17:05:46 +00:00
parent 2809fd3795
commit bd854ac71f
3 changed files with 5 additions and 7 deletions

View File

@@ -1,8 +1,6 @@
#ifdef COMPAT
#undef strlcat
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