Implemented pthread spinlocks.
This commit is contained in:
parent
d39b9dd978
commit
dfe639930e
3 changed files with 29 additions and 2 deletions
|
@ -45,6 +45,7 @@
|
|||
#undef SIZEOF_VOIDP
|
||||
#undef HAVE_GCC_ATOMICS
|
||||
#undef HAVE_GCC_SYNC_LOCK_TEST_AND_SET
|
||||
#undef HAVE_PTHREAD_SPINLOCK
|
||||
|
||||
/* Comment this if you want to build without any C library requirements */
|
||||
#undef HAVE_LIBC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue