Add blog link for access() impl inspiration

This commit is contained in:
Justine Tunney 2023-02-23 05:59:57 -08:00
parent e4ee1da652
commit 71d955be1d
No known key found for this signature in database
GPG key ID: BE714B4575D6E328

View file

@ -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) {