Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/rump/kernspace Add declaration. build fix
details: https://anonhg.NetBSD.org/src/rev/7e5a1d36628f
branches: trunk
changeset: 356486:7e5a1d36628f
user: maya <maya%NetBSD.org@localhost>
date: Fri Sep 29 13:19:57 2017 +0000
description:
Add declaration. build fix
sorry, I forgot to commit this file.
diffstat:
tests/rump/kernspace/kernspace.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 46344c1c2578 -r 7e5a1d36628f tests/rump/kernspace/kernspace.h
--- a/tests/rump/kernspace/kernspace.h Fri Sep 29 12:57:05 2017 +0000
+++ b/tests/rump/kernspace/kernspace.h Fri Sep 29 13:19:57 2017 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: kernspace.h,v 1.4 2011/01/14 13:08:00 pooka Exp $ */
+/* $NetBSD: kernspace.h,v 1.5 2017/09/29 13:19:57 maya Exp $ */
/*-
* Copyright (c) 2010 The NetBSD Foundation, Inc.
@@ -40,6 +40,7 @@
void rumptest_tsleep(void);
void rumptest_alloc(size_t);
void rumptest_lockme(enum locktest);
+void rumptest_workqueue1(void);
void rumptest_sendsig(char *);
void rumptest_localsig(int);
Home |
Main Index |
Thread Index |
Old Index