]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Import reallocarray(3) from OpenBSD
authorbapt <bapt@FreeBSD.org>
Fri, 1 May 2015 18:32:16 +0000 (18:32 +0000)
committerbapt <bapt@FreeBSD.org>
Fri, 1 May 2015 18:32:16 +0000 (18:32 +0000)
commitc63c2c39eb4b643fc88de839827c45852e69984a
treec9c2983820e8aa1ae3d558a7a63415a8c4f3e1d8
parentfecee76e5a26a3b0a0cac30b34c660389e57579e
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
include/stdlib.h
lib/libc/stdlib/Makefile.inc
lib/libc/stdlib/Symbol.map
lib/libc/stdlib/reallocarray.3 [new file with mode: 0644]
lib/libc/stdlib/reallocarray.c [new file with mode: 0644]