collapse euidaccess to a call to faccessat
authorRich Felker <dalias@aerifal.cx>
Sat, 3 Aug 2013 06:28:35 +0000 (02:28 -0400)
committerRich Felker <dalias@aerifal.cx>
Sat, 3 Aug 2013 06:28:35 +0000 (02:28 -0400)
commit89384f78ce79efba22ab3a77e50c3f2a95233f8c
treef837b1c43df580be63d9376263d4a11805cc3221
parentf0ceb5abd972767209a9b3069e56c5f94b00602a
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.
src/legacy/euidaccess.c