summaryrefslogtreecommitdiff
path: root/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat.h')
-rw-r--r--compat.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/compat.h b/compat.h
index f619c16..f97a69b 100644
--- a/compat.h
+++ b/compat.h
@@ -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