Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/include catch up with name change.
details: https://anonhg.NetBSD.org/src/rev/45985d376cc7
branches: trunk
changeset: 449551:45985d376cc7
user: christos <christos%NetBSD.org@localhost>
date: Sun Mar 10 15:31:02 2019 +0000
description:
catch up with name change.
diffstat:
include/malloc.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 4ba049dabba5 -r 45985d376cc7 include/malloc.h
--- a/include/malloc.h Sun Mar 10 15:18:45 2019 +0000
+++ b/include/malloc.h Sun Mar 10 15:31:02 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: malloc.h,v 1.6 2019/03/10 03:54:08 christos Exp $ */
+/* $NetBSD: malloc.h,v 1.7 2019/03/10 15:31:02 christos Exp $ */
/*-
* Copyright (c) 2019 The NetBSD Foundation, Inc.
@@ -42,7 +42,7 @@
size_t nallocx(size_t, int);
int mallctl(const char *, void *, size_t *, void *, size_t);
-int mallctltomib(const char *, size_t *, size_t *);
+int mallctlnametomib(const char *, size_t *, size_t *);
int mallctlbymib(const size_t *, size_t, void *, size_t *, void *, size_t);
void malloc_stats_print(void (*)(void *, const char *), void *, const char *);
Home |
Main Index |
Thread Index |
Old Index