summaryrefslogtreecommitdiffstats
path: root/pw/reallocarray.h
diff options
context:
space:
mode:
authorCameron Katri <me@cameronkatri.com>2021-02-10 18:13:31 -0500
committerCameron Katri <me@cameronkatri.com>2021-02-10 19:00:38 -0500
commit9768b265bd097e561103188bb97f64ef26c6cee1 (patch)
treed31efcee098e5f18f411f72c26782ebfe53523b5 /pw/reallocarray.h
parentec831d9055a20b69cb9a7300990b8e4414cbd474 (diff)
downloadpw-darwin-9768b265bd097e561103188bb97f64ef26c6cee1.tar.gz
pw-darwin-9768b265bd097e561103188bb97f64ef26c6cee1.zip
New Makefile, freebsd reallocarray.c, freebsd strtonum for 12/13 compat, delete tests
Diffstat (limited to 'pw/reallocarray.h')
-rw-r--r--pw/reallocarray.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/pw/reallocarray.h b/pw/reallocarray.h
index eacd3cc..5b01046 100644
--- a/pw/reallocarray.h
+++ b/pw/reallocarray.h
@@ -1,5 +1 @@
-#include <errno.h>
-#include <stdlib.h>
-#include <unistd.h>
-
void *reallocarray(void *optr, size_t nmemb, size_t size);