fix missing return value warning in faccessat, minor cleanup
authorRich Felker <dalias@aerifal.cx>
Sun, 1 Sep 2013 03:15:48 +0000 (23:15 -0400)
committerRich Felker <dalias@aerifal.cx>
Sun, 1 Sep 2013 03:15:48 +0000 (23:15 -0400)
commit316d6741b68b485205d7233c98bd6c795bb80370
tree5eca1b9c490662ce886584fde9d1ee73d9b7c7d3
parentf0328a565692320784fa8032f176e40d0998aedd
fix missing return value warning in faccessat, minor cleanup

clone will pass the return value of the start function to SYS_exit
anyway; there's no need to call the syscall directly.
src/unistd/faccessat.c