aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/faccessat.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/unix/sysv/linux/faccessat.c')
-rw-r--r--sysdeps/unix/sysv/linux/faccessat.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/sysdeps/unix/sysv/linux/faccessat.c b/sysdeps/unix/sysv/linux/faccessat.c
index b697053..5d07837 100644
--- a/sysdeps/unix/sysv/linux/faccessat.c
+++ b/sysdeps/unix/sysv/linux/faccessat.c
@@ -16,14 +16,10 @@
License along with the GNU C Library; if not, see
<https://www.gnu.org/licenses/>. */
-#include <errno.h>
#include <fcntl.h>
-#include <stddef.h>
-#include <stdio.h>
-#include <string.h>
#include <unistd.h>
#include <sys/types.h>
-#include <alloca.h>
+#include <sys/stat.h>
#include <sysdep.h>