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

Enable statfs magic constants for target_os = "android" #1690

Merged
merged 1 commit into from Apr 7, 2022

Conversation

flxo
Copy link
Contributor

@flxo flxo commented Mar 25, 2022

The statfs magic constants of file systems types are available on
target_os android and the cfg guard is updated accordingly.

Sync the list of constant with the constants declared in libc.

Fixes #1689

@flxo flxo marked this pull request as ready for review March 25, 2022 08:40
@rtzoeller
Copy link
Collaborator

Thanks! Can you add a changelog entry (squashed into the current commit)?

CHANGELOG.md Outdated Show resolved Hide resolved
The statfs magic constants of file systems types are available on
target_os android and the cfg guard is updated accordingly.

Sync the list of constant with the constants declared in libc.

Fixes #1689
@rtzoeller
Copy link
Collaborator

bors r+

@bors bors bot merged commit 131fdf1 into nix-rust:master Apr 7, 2022
@flxo flxo deleted the pr-statfs branch April 8, 2022 07:00
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.

Statfs fs MAGIC constants are not available for target_os = "android"
3 participants