diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-05-01 18:32:16 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2015-05-01 18:32:16 +0000 |
| commit | 450dfafb1519ae7bb0615368ba45813bcabb9b35 (patch) | |
| tree | c9c2983820e8aa1ae3d558a7a63415a8c4f3e1d8 /include | |
| parent | 24f93ee714b6bc904bdc6e7f7022c4dbe1117581 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/stdlib.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index 95db1b3ce37d..84587db8e626 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); |
