diff options
Diffstat (limited to 'linuxthreads/spinlock.c')
-rw-r--r-- | linuxthreads/spinlock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/spinlock.c b/linuxthreads/spinlock.c index dba5d38fd2..df30c35e6c 100644 --- a/linuxthreads/spinlock.c +++ b/linuxthreads/spinlock.c @@ -116,7 +116,7 @@ again: int __pthread_has_cas = 0; #endif -#ifndef HAS_COMPARE_AND_SWAP +#if !defined HAS_COMPARE_AND_SWAP || defined TEST_FOR_COMPARE_AND_SWAP static void __pthread_acquire(int * spinlock); |