summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdlib/reallocarray.c
Commit message (Collapse)AuthorAgeFilesLines
* Add BSD-specific reallocarray()Sebastian Huber2017-04-041-0/+42
It is available in FreeBSD, NetBSD and OpenBSD, but not in glibc. It is used for example by OpenSSH.