Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/include add recallocarray (used by openssh-7.6)



details:   https://anonhg.NetBSD.org/src/rev/ab411d8ccb92
branches:  trunk
changeset: 826963:ab411d8ccb92
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Oct 07 19:38:09 2017 +0000

description:
add recallocarray (used by openssh-7.6)

diffstat:

 include/stdlib.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r 0f0a86119841 -r ab411d8ccb92 include/stdlib.h
--- a/include/stdlib.h  Sat Oct 07 19:36:11 2017 +0000
+++ b/include/stdlib.h  Sat Oct 07 19:38:09 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: stdlib.h,v 1.117 2016/07/01 22:42:01 christos Exp $    */
+/*     $NetBSD: stdlib.h,v 1.118 2017/10/07 19:38:09 christos Exp $    */
 
 /*-
  * Copyright (c) 1990, 1993
@@ -126,6 +126,7 @@
 #ifdef _OPENBSD_SOURCE
 long long strtonum(const char *, long long, long long, const char **);
 void   *reallocarray(void *, size_t, size_t);
+void   *recallocarray(void *, size_t, size_t, size_t);
 #endif
 int     system(const char *);
 



Home | Main Index | Thread Index | Old Index