mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +00:00
fix missing parenthesis
This commit is contained in:
parent
793e5cd5c9
commit
62511eeca2
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@
|
||||||
#if !(HAVE_PTHREAD_SPIN_LOCK)
|
#if !(HAVE_PTHREAD_SPIN_LOCK)
|
||||||
#warning no spin_locks, using dummy versions
|
#warning no spin_locks, using dummy versions
|
||||||
typedef int pthread_spinlock_t;
|
typedef int pthread_spinlock_t;
|
||||||
int pthread_spin_init(pthread_spinlock_t *lock, int pshared
|
int pthread_spin_init(pthread_spinlock_t *lock, int pshared)
|
||||||
{
|
{
|
||||||
NSDebugLog(@"NSThread.m: Warning this platform does not support spin locks");
|
NSDebugLog(@"NSThread.m: Warning this platform does not support spin locks");
|
||||||
return 0;
|
return 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue