public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc] linux: Drop useless include from fstatat.c
@ 2022-11-02 18:10 Aurelien Jarno
  0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2022-11-02 18:10 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f4ce325dfc50e13cf8240424fa0561fca78e72e7

commit f4ce325dfc50e13cf8240424fa0561fca78e72e7
Author: Aurelien Jarno <aurelien@aurel32.net>
Date:   Tue Nov 1 20:49:32 2022 +0100

    linux: Drop useless include from fstatat.c
    
    It is a left-over from previous refactorings.
    
    Reviewed by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>

Diff:
---
 sysdeps/unix/sysv/linux/fstatat.c | 2 --
 1 file changed, 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)
 {

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

only message in thread, other threads:[~2022-11-02 18:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-11-02 18:10 [glibc] linux: Drop useless include 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).