Date: Fri, 27 Feb 2015 19:23:02 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r279367 - head/lib/libc/gen Message-ID: <201502271923.t1RJN2ac053493@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kib Date: Fri Feb 27 19:23:01 2015 New Revision: 279367 URL: https://svnweb.freebsd.org/changeset/base/279367 Log: Fix typo. Note that this is mostly innocent, since libthr no longer interposes the symbol. Noted by: rpaulo MFC after: 3 days Modified: head/lib/libc/gen/_spinlock_stub.c Modified: head/lib/libc/gen/_spinlock_stub.c ============================================================================== --- head/lib/libc/gen/_spinlock_stub.c Fri Feb 27 19:13:13 2015 (r279366) +++ head/lib/libc/gen/_spinlock_stub.c Fri Feb 27 19:23:01 2015 (r279367) @@ -59,7 +59,7 @@ _spinlock(spinlock_t *lck) } -#pragma weak _spinlock +#pragma weak _spinunlock void _spinunlock(spinlock_t *lck) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201502271923.t1RJN2ac053493>