Module Name: src
Committed By: christos
Date: Thu Feb 5 16:05:46 UTC 2015
Modified Files:
src/include: stdlib.h
Log Message:
add reallocarray
To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 src/include/stdlib.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/include/stdlib.h
diff -u src/include/stdlib.h:1.112 src/include/stdlib.h:1.113
--- src/include/stdlib.h:1.112 Sun Jan 18 12:56:09 2015
+++ src/include/stdlib.h Thu Feb 5 11:05:46 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: stdlib.h,v 1.112 2015/01/18 17:56:09 christos Exp $ */
+/* $NetBSD: stdlib.h,v 1.113 2015/02/05 16:05:46 christos Exp $ */
/*-
* Copyright (c) 1990, 1993
@@ -364,6 +364,7 @@ unsigned long long int
strtoull_l(const char * __restrict, char ** __restrict, int, locale_t);
# if defined(_NETBSD_SOURCE)
+void *reallocarray(void *, size_t, size_t);
quad_t strtoq_l(const char * __restrict, char ** __restrict, int, locale_t);
u_quad_t strtouq_l(const char * __restrict, char ** __restrict, int, locale_t);