Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add access(2) constants to the constants table
fs_access is equivalent to access(2), but this function is useless without the corresponsing access mode constants F_OK, R_OK, W_OK, and X_OK. Let's add these constants to the table.
- Loading branch information