Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/chs-ubc2]: src/sys/sys add simple_lock_assert() prototype lost in last r...
details: https://anonhg.NetBSD.org/src/rev/26cba82db9ab
branches: chs-ubc2
changeset: 471452:26cba82db9ab
user: chs <chs%NetBSD.org@localhost>
date: Fri Aug 06 12:54:23 1999 +0000
description:
add simple_lock_assert() prototype lost in last resync.
diffstat:
sys/sys/lock.h | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (18 lines):
diff -r f7efa179f9c1 -r 26cba82db9ab sys/sys/lock.h
--- a/sys/sys/lock.h Fri Aug 06 12:50:27 1999 +0000
+++ b/sys/sys/lock.h Fri Aug 06 12:54:23 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: lock.h,v 1.17.2.1.2.2 1999/08/02 22:55:59 thorpej Exp $ */
+/* $NetBSD: lock.h,v 1.17.2.1.2.3 1999/08/06 12:54:23 chs Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -298,6 +298,8 @@
int _simple_lock_try __P((__volatile struct simplelock *, const char *,
int));
void _simple_unlock __P((__volatile struct simplelock *, const char *, int));
+void _simple_lock_assert __P((__volatile struct simplelock *, int,
+ const char *, int));
#define simple_lock(alp) _simple_lock((alp), __FILE__, __LINE__)
#define simple_lock_try(alp) _simple_lock_try((alp), __FILE__, __LINE__)
Home |
Main Index |
Thread Index |
Old Index