aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAurelien Jarno <aurelien@aurel32.net>2022-11-01 20:49:32 +0100
committerAurelien Jarno <aurelien@aurel32.net>2022-11-02 19:10:22 +0100
commitf4ce325dfc50e13cf8240424fa0561fca78e72e7 (patch)
treedbcde53e1800fbcf03ed75f96c33a0173f544a7b
parent17bfe5954baee1f18672aea94caa1126ec36fb81 (diff)
downloadglibc-f4ce325dfc50e13cf8240424fa0561fca78e72e7.zip
glibc-f4ce325dfc50e13cf8240424fa0561fca78e72e7.tar.gz
glibc-f4ce325dfc50e13cf8240424fa0561fca78e72e7.tar.bz2
linux: Drop useless include from fstatat.c
It is a left-over from previous refactorings. Reviewed by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
-rw-r--r--sysdeps/unix/sysv/linux/fstatat.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/fstatat.c b/sysdeps/unix/sysv/linux/fstatat.c
index 055fb47..8926eed 100644
--- a/sysdeps/unix/sysv/linux/fstatat.c
+++ b/sysdeps/unix/sysv/linux/fstatat.c
@@ -21,8 +21,6 @@
#include <sysdep.h>
#if !XSTAT_IS_XSTAT64
-# include <kstat_cp.h>
-
int
__fstatat (int fd, const char *file, struct stat *buf, int flag)
{