Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-03 | collapse euidaccess to a call to faccessat | Rich Felker | 1 | -9/+1 | |
it turns out Linux is buggy for faccessat, just like fchmodat: the kernel does not actually take a flags argument. so we're going to have to emulate it there. | |||||
2013-08-03 | add legacy euidaccess function and eaccess alias for it | Rich Felker | 1 | -0/+18 | |
this is mainly for ABI compat purposes. |