summaryrefslogtreecommitdiffstats
path: root/lib/libc
diff options
context:
space:
mode:
authordeischen <deischen@FreeBSD.org>2006-03-13 01:17:39 +0000
committerdeischen <deischen@FreeBSD.org>2006-03-13 01:17:39 +0000
commitbd9aeda0be04bbe4fc9d8c9cf6f072040701cc47 (patch)
tree70014a6bfb44a65f8564107f3050b256ea099d21 /lib/libc
parenta0f6b0f1d026a8f482a319443c75421f9d668c07 (diff)
downloadFreeBSD-src-bd9aeda0be04bbe4fc9d8c9cf6f072040701cc47.zip
FreeBSD-src-bd9aeda0be04bbe4fc9d8c9cf6f072040701cc47.tar.gz
Make _spinunlock() point to the spinunlock stub, not the
spinlock stub.
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/gen/_spinlock_stub.c2
1 files changed, 1 insertions, 1 deletions
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);
OpenPOWER on IntegriCloud