fix mutex for uclibc
The uClibc doesn't have pthread_spin_* implemented on their 'old' linux threads. Since it is on linux, we have to check if uclibc is using this implementation or not.
Showing
Please
register
or
sign in
to comment
The uClibc doesn't have pthread_spin_* implemented on their 'old' linux threads. Since it is on linux, we have to check if uclibc is using this implementation or not.