Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information