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

Remove s390x exemptions from sys::statfs MAGIC constants #1372

Merged
merged 1 commit into from Feb 7, 2021
Merged

Remove s390x exemptions from sys::statfs MAGIC constants #1372

merged 1 commit into from Feb 7, 2021

Commits on Feb 2, 2021

  1. Define *_MAGIC filesystem constants on Linux s390x

    Since rust-lang/libc is now using the correct data type on s390x (c_uint) for
    statfs constants, the s390x exemptions in the statfs MAGIC definitions like
    EXT4_SUPER_MAGIC can be removed.
    
    Signed-off-by: Jakob Naucke <jakob.naucke@ibm.com>
    Jakob-Naucke committed Feb 2, 2021
    Copy the full SHA
    6898024 View commit details
    Browse the repository at this point in the history