Skip to content

Redefine the access bits to be compatible with other systems #210

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

Merged
merged 1 commit into from
Jul 31, 2020

Conversation

sunfishcode
Copy link
Member

@sunfishcode sunfishcode commented Jul 31, 2020

Normally bits like this would be considered implementation details, but
in this case, X_OK, W_OK, and R_OK line up with S_IXOTH,
S_IWOTH, and S_IROTH on other systems, and those bits do have
well-known values.

Normally bits like this would be considered implementation details, but
in this case, `X_OK`, `W_OK`, and `R_OK` line up with `S_IXOTH`,
`S_IWOTH`, and `S_IROTH` on other systems, and those bits do have
well-known values.
@sunfishcode sunfishcode merged commit 215adc8 into master Jul 31, 2020
@sunfishcode sunfishcode deleted the access-bits branch July 31, 2020 20:45
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.

2 participants