bug-hurd
[Top][All Lists]
Advanced

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

[PATCH 3/4] kern: add missing prototype


From: Marin Ramesa
Subject: [PATCH 3/4] kern: add missing prototype
Date: Wed, 10 Jul 2013 14:10:06 +0200

* kern/lock.h (db_show_all_slocks): Add prototype.

=46rom 8e5ed9a78a101bb1afb243a1b3e3c4ef07a0e2dc Mon Sep 17 00:00:00 2001
From: Marin Ramesa <mpr@hi.t-com.hr>
Date: Wed, 10 Jul 2013 13:23:07 +0200
Subject: [PATCH 3/4] kern: add missing prototype

---
 kern/lock.h | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/kern/lock.h b/kern/lock.h
index a8f2fd1..4f38ea3 100644
--- a/kern/lock.h
+++ b/kern/lock.h
@@ -171,4 +171,6 @@ extern boolean_t    lock_try_read_to_write(lock_t);
 extern void            lock_set_recursive(lock_t);
 extern void            lock_clear_recursive(lock_t);
 
+void db_show_all_slocks(void);
+
 #endif /* _KERN_LOCK_H_ */
-- 
1.8.1.4


reply via email to

[Prev in Thread] Current Thread [Next in Thread]