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