mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-03-03 07:29:23 +00:00
Add blog link for access() impl inspiration
This commit is contained in:
parent
e4ee1da652
commit
71d955be1d
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
|||
*
|
||||
* @param flags can have R_OK, W_OK, X_OK, etc.
|
||||
* @return 0 if authorized, or -1 w/ errno
|
||||
* @kudos Aaron Ballman for teaching this
|
||||
* @see https://blog.aaronballman.com/2011/08/how-to-check-access-rights/
|
||||
* @see libc/sysv/consts.sh
|
||||
*/
|
||||
textwindows int ntaccesscheck(const char16_t *pathname, uint32_t flags) {
|
||||
|
|
Loading…
Add table
Reference in a new issue