aboutsummaryrefslogtreecommitdiff
path: root/src/legacy/euidaccess.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy2013-12-121-0/+1
* collapse euidaccess to a call to faccessat•••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. Rich Felker2013-08-031-9/+1
* add legacy euidaccess function and eaccess alias for it•••this is mainly for ABI compat purposes. Rich Felker2013-08-031-0/+18