X-Git-Url: https://git.armaanb.net/?a=blobdiff_plain;f=compat.h;h=f97a69b8497848184d7f1a2dfc39b0116d790e00;hb=503398bd5f325447f7d801306222e5fc142cacae;hp=0947de62a4defa146048684794247b187c089901;hpb=597e3cdbed69b362423a75cc7e85e78ec95ae47e;p=stagit.git diff --git a/compat.h b/compat.h index 0947de6..f97a69b 100644 --- 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);