wasi-libc/libc-bottom-half/headers
Dan Gohman 215adc8ac9
Redefine the access bits to be compatible with other systems (#210)
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.
2020-07-31 13:44:58 -07:00
..
private Use constructor functions for optional init routines. (#142) 2019-11-25 14:04:45 -08:00
public Redefine the access bits to be compatible with other systems (#210) 2020-07-31 13:44:58 -07:00