public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] linux: Drop useless includes from fstatat.c
@ 2022-11-01 21:30 Aurelien Jarno
  0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2022-11-01 21:30 UTC (permalink / raw)
  To: libc-alpha; +Cc: Adhemerval Zanella Netto, Aurelien Jarno

They are left-overs from previous refactorings.
---
 sysdeps/unix/sysv/linux/fstatat.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/sysdeps/unix/sysv/linux/fstatat.c b/sysdeps/unix/sysv/linux/fstatat.c
index 055fb4762e..6783d7f1cf 100644
--- a/sysdeps/unix/sysv/linux/fstatat.c
+++ b/sysdeps/unix/sysv/linux/fstatat.c
@@ -17,12 +17,9 @@
    <https://www.gnu.org/licenses/>.  */
 
 #include <sys/stat.h>
-#include <kernel_stat.h>
 #include <sysdep.h>
 
 #if !XSTAT_IS_XSTAT64
-# include <kstat_cp.h>
-
 int
 __fstatat (int fd, const char *file, struct stat *buf, int flag)
 {
-- 
2.35.1


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-11-01 21:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-01 21:30 [PATCH] linux: Drop useless includes from fstatat.c Aurelien Jarno

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).