summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2015-05-01 18:32:16 +0000
committerbapt <bapt@FreeBSD.org>2015-05-01 18:32:16 +0000
commitc63c2c39eb4b643fc88de839827c45852e69984a (patch)
treec9c2983820e8aa1ae3d558a7a63415a8c4f3e1d8 /include
parentfecee76e5a26a3b0a0cac30b34c660389e57579e (diff)
downloadFreeBSD-src-c63c2c39eb4b643fc88de839827c45852e69984a.zip
FreeBSD-src-c63c2c39eb4b643fc88de839827c45852e69984a.tar.gz
Import reallocarray(3) from OpenBSD
Add a manpage for it, assign the copyright to the OpenBSD project on it since it is mostly copy/paste from OpenBSD manpage. style(9) fixes Differential Revision: https://reviews.freebsd.org/D2420 Reviewed by: kib
Diffstat (limited to 'include')
-rw-r--r--include/stdlib.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/stdlib.h b/include/stdlib.h
index 95db1b3..84587db 100644
--- a/include/stdlib.h
+++ b/include/stdlib.h
@@ -111,6 +111,9 @@ long double
strtold(const char * __restrict, char ** __restrict);
unsigned long
strtoul(const char * __restrict, char ** __restrict, int);
+#ifdef __BSD_VISIBLE
+void *reallocarray(void *, size_t, size_t);
+#endif
int system(const char *);
int wctomb(char *, wchar_t);
size_t wcstombs(char * __restrict, const wchar_t * __restrict, size_t);
OpenPOWER on IntegriCloud