diff options
Diffstat (limited to 'kern/lock_mon.c')
-rw-r--r-- | kern/lock_mon.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kern/lock_mon.c b/kern/lock_mon.c index 4b3ba82e..a963ec05 100644 --- a/kern/lock_mon.c +++ b/kern/lock_mon.c @@ -47,8 +47,8 @@ #include <kern/lock.h> -decl_simple_lock_data(extern , kdb_lock) -decl_simple_lock_data(extern , printf_lock) +def_simple_lock_data(extern , kdb_lock) +def_simple_lock_data(extern , printf_lock) #if NCPUS > 1 && MACH_LOCK_MON |