--- Gnu-Mach/kern/lock.h 2020/09/02 04:36:57 1.1 +++ Gnu-Mach/kern/lock.h 2020/09/02 04:45:19 1.1.1.2 @@ -34,9 +34,6 @@ #ifndef _KERN_LOCK_H_ #define _KERN_LOCK_H_ -#include -#include - #include #include @@ -174,4 +171,6 @@ extern boolean_t lock_try_read_to_write( extern void lock_set_recursive(lock_t); extern void lock_clear_recursive(lock_t); +void db_show_all_slocks(void); + #endif /* _KERN_LOCK_H_ */