move reallocarray() to a seperate file so that -portable applications
authorderaadt <deraadt@openbsd.org>
Thu, 8 May 2014 21:43:49 +0000 (21:43 +0000)
committerderaadt <deraadt@openbsd.org>
Thu, 8 May 2014 21:43:49 +0000 (21:43 +0000)
commit91c2a70715ef3ba4fe719d27609670f8fca87f6b
tree256e064794b1cce03b9bb28b714746f0eafb28ad
parenta80d39106f4444764ee963f55af75dac3b57af84
move reallocarray() to a seperate file so that -portable applications
can avoid reinventing the wheel
ok guenther schwarze
lib/libc/stdlib/Makefile.inc
lib/libc/stdlib/malloc.c
lib/libc/stdlib/reallocarray.c [new file with mode: 0644]