Fix typo. Note that this is mostly innocent, since libthr no longer
interposes the symbol. Noted by: rpaulo MFC after: 3 days
This commit is contained in:
parent
139773cf3f
commit
4cdcf09b19
@ -59,7 +59,7 @@ _spinlock(spinlock_t *lck)
|
||||
|
||||
}
|
||||
|
||||
#pragma weak _spinlock
|
||||
#pragma weak _spinunlock
|
||||
void
|
||||
_spinunlock(spinlock_t *lck)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user