diff options
| author | sin <sin@2f30.org> | 2016-01-06 17:05:46 +0000 |
|---|---|---|
| committer | sin <sin@2f30.org> | 2016-01-06 17:07:47 +0000 |
| commit | bd854ac71fe7045b74accc57b5e1933b411033be (patch) | |
| tree | bef1fa69b1beb9228cb59e9e4dd6c88d1faab3e2 /compat.h | |
| parent | 2809fd3795e8445f686547d08eef4631efc05030 (diff) | |
Always use the compat functions
Diffstat (limited to 'compat.h')
| -rw-r--r-- | compat.h | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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 |