]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
linux: Drop useless include from fstatat.c
authorAurelien Jarno <aurelien@aurel32.net>
Tue, 1 Nov 2022 19:49:32 +0000 (20:49 +0100)
committerAurelien Jarno <aurelien@aurel32.net>
Wed, 2 Nov 2022 18:10:22 +0000 (19:10 +0100)
It is a left-over from previous refactorings.

Reviewed by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>

sysdeps/unix/sysv/linux/fstatat.c

index 055fb4762e116ec973106742f5f4b114cb6c4817..8926eed2445d3bd38805dec3bfdf34e241da8922 100644 (file)
@@ -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)
 {