diff options
Diffstat (limited to 'kern/lock.c')
-rw-r--r-- | kern/lock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kern/lock.c b/kern/lock.c index f076c328..43281147 100644 --- a/kern/lock.c +++ b/kern/lock.c @@ -204,7 +204,7 @@ boolean_t _simple_lock_try( return TRUE; } -void simple_unlock( +void _simple_unlock( simple_lock_t l) { assert(l->lock_data != 0); |