diff options
| author | Aurelien Jarno <aurelien@aurel32.net> | 2022-11-01 20:49:32 +0100 |
|---|---|---|
| committer | Aurelien Jarno <aurelien@aurel32.net> | 2022-11-02 19:10:22 +0100 |
| commit | f4ce325dfc50e13cf8240424fa0561fca78e72e7 (patch) | |
| tree | dbcde53e1800fbcf03ed75f96c33a0173f544a7b | |
| parent | 17bfe5954baee1f18672aea94caa1126ec36fb81 (diff) | |
| download | glibc-f4ce325dfc50e13cf8240424fa0561fca78e72e7.tar.xz glibc-f4ce325dfc50e13cf8240424fa0561fca78e72e7.zip | |
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.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/fstatat.c b/sysdeps/unix/sysv/linux/fstatat.c index 055fb4762e..8926eed244 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) { |
