Implemented pthread spinlocks.

This commit is contained in:
Nathan Heisey 2011-06-22 10:33:48 +00:00
parent d39b9dd978
commit dfe639930e
3 changed files with 29 additions and 2 deletions

View file

@ -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