]> git.armaanb.net Git - stagit.git/blobdiff - compat.h
Redirect stdout to correct file.
[stagit.git] / compat.h
index 0947de62a4defa146048684794247b187c089901..f97a69b8497848184d7f1a2dfc39b0116d790e00 100644 (file)
--- a/compat.h
+++ b/compat.h
@@ -1,6 +1,6 @@
-#ifdef COMPAT
 #undef strlcat
 size_t strlcat(char *, const char *, size_t);
 #undef strlcpy
 size_t strlcpy(char *, const char *, size_t);
-#endif
+#undef reallocarray
+void *reallocarray(void *, size_t, size_t);