PerconaFT icon indicating copy to clipboard operation
PerconaFT copied to clipboard

Fix compilation against musl lib C

Open adamretter opened this issue 5 years ago • 0 comments

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.

adamretter avatar Jan 16 '21 21:01 adamretter