commit-hurd
[Top][All Lists]
Advanced

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

[gnumach] 13/56: kern: add missing prototype


From: Samuel Thibault
Subject: [gnumach] 13/56: kern: add missing prototype
Date: Sat, 28 Sep 2013 12:43:13 +0000

This is an automated email from the git hooks/post-receive script.

sthibault pushed a commit to branch master
in repository gnumach.

commit 975ca903f548c2b6130aa6a3293aaab45f5481f8
Author: Marin Ramesa <address@hidden>
Date:   Thu Jul 18 00:10:13 2013 +0200

    kern: add missing prototype
    
    * kern/lock.h (db_show_all_slocks): Add 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_ */

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-hurd/gnumach.git



reply via email to

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