PerconaFT
PerconaFT copied to clipboard
Fix compilation against musl lib C
As I understand it PTHREAD_MUTEX_ADAPTIVE_NP is not supported on musl. The _NP part indicates a Non-POSIX extension implemented by GNU libc.
This small change fixes compilation on musl systems such as Alpine Linux.