mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-07 01:26:44 +03:00
This patch moves the __PTHREAD_SPINS definition to arch specific header since pthread_mutex_t layout is also arch specific. This leads to no need to defining __PTHREAD_MUTEX_HAVE_ELISION and thus removing of the undefined compiler warning.