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

Bump minimum libc version requirement #60

Merged
merged 1 commit into from
Feb 16, 2018
Merged

Bump minimum libc version requirement #60

merged 1 commit into from
Feb 16, 2018

Conversation

staktrace
Copy link
Contributor

In versions of libc prior to 0.2.27, libc::SYS_futex did
not exist. This is required by parking_lot_core when building
with the nightly feature enabled, like so:
cargo +nightly build --features nightly

This patch bumps the minimum acceptable libc version so that
compiles under this configuration. This prevents parking_lot_core
from breaking builds when included in other projects where the
libc version is older than 0.2.27.

In versions of libc prior to 0.2.27, libc::SYS_futex did
not exist. This is required by parking_lot_core when building
with the nightly feature enabled, like so:
    cargo +nightly build --features nightly

This patch bumps the minimum acceptable libc version so that
compiles under this configuration. This prevents parking_lot_core
from breaking builds when included in other projects where the
libc version is older than 0.2.27.
staktrace added a commit to staktrace/cbindgen that referenced this pull request Feb 16, 2018
staktrace added a commit to staktrace/cbindgen that referenced this pull request Feb 16, 2018
@Amanieu Amanieu merged commit d6e878f into Amanieu:master Feb 16, 2018
@Amanieu
Copy link
Owner

Amanieu commented Feb 16, 2018

Thanks!

staktrace added a commit to staktrace/cbindgen that referenced this pull request Feb 21, 2018
eqrion pushed a commit to mozilla/cbindgen that referenced this pull request Feb 21, 2018
@staktrace staktrace deleted the libc_bump branch February 15, 2020 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants