From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1778) id 736103857016; Wed, 2 Nov 2022 18:10:31 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 736103857016 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1667412632; bh=vKPsxe03CLnIcqWNtacpmsnfdry04o0QJzvOvQSQBIU=; h=From:To:Subject:Date:From; b=uOaXBkKkY6yZV8jLQuqBuWBa6UhcRypAD9R8XeIw8Sib2BAQBaHvgGmad0z3t9Ecb 7Utzdf+Hxv5x0td4YFT1vhC/bgvB/mF6bY1t1/UD1KJ2eeM6O7dPVIvQRB3fvlJDRz n/mhgfSahyM+xbZn8DVBV6iiI6Ye669wJnvNXJQc= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Aurelien Jarno To: glibc-cvs@sourceware.org Subject: [glibc] linux: Drop useless include from fstatat.c X-Act-Checkin: glibc X-Git-Author: Aurelien Jarno X-Git-Refname: refs/heads/master X-Git-Oldrev: 17bfe5954baee1f18672aea94caa1126ec36fb81 X-Git-Newrev: f4ce325dfc50e13cf8240424fa0561fca78e72e7 Message-Id: <20221102181032.736103857016@sourceware.org> Date: Wed, 2 Nov 2022 18:10:31 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=f4ce325dfc50e13cf8240424fa0561fca78e72e7 commit f4ce325dfc50e13cf8240424fa0561fca78e72e7 Author: Aurelien Jarno 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 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 #if !XSTAT_IS_XSTAT64 -# include - int __fstatat (int fd, const char *file, struct stat *buf, int flag) {