diff options
author | kib <kib@FreeBSD.org> | 2015-02-27 19:23:01 +0000 |
---|---|---|
committer | kib <kib@FreeBSD.org> | 2015-02-27 19:23:01 +0000 |
commit | 4cdcf09b19671bbd736b33f30ae510882cd8d566 (patch) | |
tree | 704c8df1a7886b556ef875ce3abebb04d6163ed6 /lib | |
parent | 139773cf3f485552bcba63fc9e3ae72820744c1e (diff) | |
download | FreeBSD-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.c | 2 |
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) { |