summaryrefslogtreecommitdiff
path: root/src/legacy/euidaccess.c
AgeCommit message (Collapse)AuthorFilesLines
2013-12-12include cleanups: remove unused headers and add feature test macrosSzabolcs Nagy1-0/+1
2013-08-03collapse euidaccess to a call to faccessatRich Felker1-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-03add legacy euidaccess function and eaccess alias for itRich Felker1-0/+18
this is mainly for ABI compat purposes.