From bd9aeda0be04bbe4fc9d8c9cf6f072040701cc47 Mon Sep 17 00:00:00 2001 From: deischen Date: Mon, 13 Mar 2006 01:17:39 +0000 Subject: Make _spinunlock() point to the spinunlock stub, not the spinlock stub. --- lib/libc/gen/_spinlock_stub.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/gen/_spinlock_stub.c') diff --git a/lib/libc/gen/_spinlock_stub.c b/lib/libc/gen/_spinlock_stub.c index 85faf28..9ef42e9 100644 --- a/lib/libc/gen/_spinlock_stub.c +++ b/lib/libc/gen/_spinlock_stub.c @@ -43,7 +43,7 @@ __FBSDID("$FreeBSD$"); */ __weak_reference(_atomic_lock_stub, _atomic_lock); __weak_reference(_spinlock_stub, _spinlock); -__weak_reference(_spinlock_stub, _spinunlock); +__weak_reference(_spinunlock_stub, _spinunlock); __weak_reference(_spinlock_debug_stub, _spinlock_debug); -- cgit v1.1