]> sourceware.org Git - newlib-cygwin.git/commit
Add BSD-specific reallocarray()
authorSebastian Huber <sebastian.huber@embedded-brains.de>
Tue, 4 Apr 2017 10:06:57 +0000 (12:06 +0200)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 4 Apr 2017 10:19:18 +0000 (12:19 +0200)
commiteb14d0cc649978c10928bf38c1847f295bf0de69
treebb06ad61b8261bfc7a5cf3724f1715668e42d7eb
parent7c4ae7770ea1537ba3bed956d328fb48fdef708f
Add BSD-specific reallocarray()

It is available in FreeBSD, NetBSD and OpenBSD, but not in glibc.  It is
used for example by OpenSSH.
newlib/libc/include/stdlib.h
newlib/libc/stdlib/Makefile.am
newlib/libc/stdlib/Makefile.in
newlib/libc/stdlib/reallocarray.c [new file with mode: 0644]
This page took 0.030664 seconds and 5 git commands to generate.