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

Correct types of mode bit constants on Fuchsia #3654

Merged
merged 2 commits into from
Apr 16, 2024

Commits on Apr 16, 2024

  1. Correct types of mode bit constants on Fuchsia

    Fuchsia's definitions of these constants were split from the unix impls
    before rust-lang#503, and so S_ISUID, S_ISGID, and S_ISVTX are all incorrectly
    typed as c_int instead of mode_t. This applies the same fix to Fuchsia's
    constant definitions to bring them in line with the rest of libc.
    David Koloski authored and JohnTitor committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    a2ac992 View commit details
    Browse the repository at this point in the history
  2. Update src/fuchsia/mod.rs

    Co-authored-by: Jubilee <46493976+workingjubilee@users.noreply.github.com>
    2 people authored and JohnTitor committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    0338155 View commit details
    Browse the repository at this point in the history