Fix reallocarray.c compilation on FreeBSD

This commit is contained in:
Tobias Kortkamp 2016-06-24 13:25:03 +02:00
parent 9183a0bb31
commit ef6ff75f22

View file

@ -36,4 +36,4 @@ reallocarray(void *optr, size_t nmemb, size_t size)
}
return realloc(optr, size * nmemb);
}
DEF_WEAK(reallocarray);
//DEF_WEAK(reallocarray);