summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2015-02-27 19:23:01 +0000
committerkib <kib@FreeBSD.org>2015-02-27 19:23:01 +0000
commit4cdcf09b19671bbd736b33f30ae510882cd8d566 (patch)
tree704c8df1a7886b556ef875ce3abebb04d6163ed6 /lib
parent139773cf3f485552bcba63fc9e3ae72820744c1e (diff)
downloadFreeBSD-src-4cdcf09b19671bbd736b33f30ae510882cd8d566.zip
FreeBSD-src-4cdcf09b19671bbd736b33f30ae510882cd8d566.tar.gz
Fix typo. Note that this is mostly innocent, since libthr no longer
interposes the symbol. Noted by: rpaulo MFC after: 3 days
Diffstat (limited to 'lib')
-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 fddfc1b..3decf8a 100644
--- a/lib/libc/gen/_spinlock_stub.c
+++ b/lib/libc/gen/_spinlock_stub.c
@@ -59,7 +59,7 @@ _spinlock(spinlock_t *lck)
}
-#pragma weak _spinlock
+#pragma weak _spinunlock
void
_spinunlock(spinlock_t *lck)
{
OpenPOWER on IntegriCloud