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

Make sys::stat::mode_t public #954

Merged
merged 1 commit into from Oct 17, 2018
Merged

Make sys::stat::mode_t public #954

merged 1 commit into from Oct 17, 2018

Commits on Oct 17, 2018

  1. Make sys::stat::mode_t public

    This allows using e.g. sys::stat::Mode::from_bits() without having to
    pull the mode_t type from libc (which is ugly if a project is trying
    to use nix exclusively to avoid libc's unsafety).
    
    This change mimics dev_t which was already exposed as public.
    jmmv committed Oct 17, 2018
    Copy the full SHA
    ea6ed5a View commit details
    Browse the repository at this point in the history