Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix compilation against musl lib C #450

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

adamretter
Copy link

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 added a commit to adamretter/rocksdb that referenced this pull request Jan 16, 2021
facebook-github-bot pushed a commit to facebook/rocksdb that referenced this pull request Jan 21, 2021
Summary:
See percona/PerconaFT#450

Pull Request resolved: #7875

Reviewed By: ajkr

Differential Revision: D25938020

Pulled By: jay-zhuang

fbshipit-source-id: 9014dbc7b23bf92c5e63bfbdda4565bb0d2f2b58
ltamasi pushed a commit to facebook/rocksdb that referenced this pull request Jan 21, 2021
Summary:
See percona/PerconaFT#450

Pull Request resolved: #7875

Reviewed By: ajkr

Differential Revision: D25938020

Pulled By: jay-zhuang

fbshipit-source-id: 9014dbc7b23bf92c5e63bfbdda4565bb0d2f2b58
codingrhythm pushed a commit to SafetyCulture/rocksdb that referenced this pull request Mar 5, 2021
Summary:
See percona/PerconaFT#450

Pull Request resolved: facebook#7875

Reviewed By: ajkr

Differential Revision: D25938020

Pulled By: jay-zhuang

fbshipit-source-id: 9014dbc7b23bf92c5e63bfbdda4565bb0d2f2b58
jay-zhuang pushed a commit to facebook/rocksdb that referenced this pull request Mar 30, 2021
Summary:
See percona/PerconaFT#450

Pull Request resolved: #7875

Reviewed By: ajkr

Differential Revision: D25938020

Pulled By: jay-zhuang

fbshipit-source-id: 9014dbc7b23bf92c5e63bfbdda4565bb0d2f2b58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant