aboutsummaryrefslogtreecommitdiff
path: root/newlib/libc/stdlib/reallocarray.c
AgeCommit message (Collapse)AuthorFilesLines
2017-04-04Add BSD-specific reallocarray()Sebastian Huber1-0/+42
It is available in FreeBSD, NetBSD and OpenBSD, but not in glibc. It is used for example by OpenSSH.