linux: Drop useless include from fstatat.c

It is a left-over from previous refactorings.

Reviewed by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
This commit is contained in:
Aurelien Jarno 2022-11-01 20:49:32 +01:00
parent 17bfe5954b
commit f4ce325dfc

View 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)
{