Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/cddl/osnet/lib/libumem Define mutex_owned.
details: https://anonhg.NetBSD.org/src/rev/45243831b816
branches: trunk
changeset: 759631:45243831b816
user: haad <haad%NetBSD.org@localhost>
date: Tue Dec 14 01:25:37 2010 +0000
description:
Define mutex_owned.
diffstat:
external/cddl/osnet/lib/libumem/stub_stand.c | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diffs (16 lines):
diff -r 9495ecdaaa8d -r 45243831b816 external/cddl/osnet/lib/libumem/stub_stand.c
--- a/external/cddl/osnet/lib/libumem/stub_stand.c Tue Dec 14 01:23:43 2010 +0000
+++ b/external/cddl/osnet/lib/libumem/stub_stand.c Tue Dec 14 01:25:37 2010 +0000
@@ -55,6 +55,12 @@
return (1);
}
+int
+mutex_owned(mutex_t *mp)
+{
+ return (1);
+}
+
/*ARGSUSED*/
int
mutex_lock(mutex_t *mp)
Home |
Main Index |
Thread Index |
Old Index