Source-Changes-HG archive

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

[src/trunk]: src/include add missing externs.



details:   https://anonhg.NetBSD.org/src/rev/81e7563f9db5
branches:  trunk
changeset: 449532:81e7563f9db5
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Mar 10 03:54:08 2019 +0000

description:
add missing externs.

diffstat:

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

diffs (21 lines):

diff -r 567228db8e03 -r 81e7563f9db5 include/malloc.h
--- a/include/malloc.h  Sun Mar 10 02:49:52 2019 +0000
+++ b/include/malloc.h  Sun Mar 10 03:54:08 2019 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: malloc.h,v 1.5 2019/03/09 06:12:55 christos Exp $      */
+/*     $NetBSD: malloc.h,v 1.6 2019/03/10 03:54:08 christos Exp $      */
 
 /*-
  * Copyright (c) 2019 The NetBSD Foundation, Inc.
@@ -49,9 +49,9 @@
 
 size_t malloc_usable_size(const void *);
 
-void (*malloc_message)(void *, const char *);
+extern void (*malloc_message)(void *, const char *);
 
-const char *malloc_conf;
+extern const char *malloc_conf;
 
 __END_DECLS
 



Home | Main Index | Thread Index | Old Index