diff options
| author | Cameron Katri <me@cameronkatri.com> | 2021-02-10 18:13:31 -0500 |
|---|---|---|
| committer | Cameron Katri <me@cameronkatri.com> | 2021-02-10 19:00:38 -0500 |
| commit | 9768b265bd097e561103188bb97f64ef26c6cee1 (patch) | |
| tree | d31efcee098e5f18f411f72c26782ebfe53523b5 /pw/reallocarray.h | |
| parent | ec831d9055a20b69cb9a7300990b8e4414cbd474 (diff) | |
| download | pw-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.h | 4 |
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); |
