diff options
| author | Michael Forney <mforney@mforney.org> | 2016-04-18 02:26:16 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2016-04-18 02:27:17 -0700 |
| commit | 98dba7002932e3f76ee907b92aa2911a88c3e36e (patch) | |
| tree | 11ff3815839db1643e2acac732b944f05eff8bd8 /core/openbsd/include/stdlib.h | |
| parent | b4bc94979483c44d91e32f1728d05d0fac4eaea5 (diff) | |
Add pax from OpenBSD 5.9
Diffstat (limited to 'core/openbsd/include/stdlib.h')
| -rw-r--r-- | core/openbsd/include/stdlib.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/openbsd/include/stdlib.h b/core/openbsd/include/stdlib.h new file mode 100644 index 00000000..d5373fea --- /dev/null +++ b/core/openbsd/include/stdlib.h @@ -0,0 +1,3 @@ +#include_next <stdlib.h> +void *reallocarray(void *, size_t, size_t); +long long strtonum(const char *, long long, long long, const char **); |
