Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2013-12-12 | include cleanups: remove unused headers and add feature test macros | Szabolcs Nagy | -0/+1 | |
2013-08-03 | collapse euidaccess to a call to faccessat | Rich Felker | -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 | -0/+18 | |
this is mainly for ABI compat purposes. |