mirror of git://sourceware.org/git/glibc.git
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:
parent
17bfe5954b
commit
f4ce325dfc
|
@ -21,8 +21,6 @@
|
||||||
#include <sysdep.h>
|
#include <sysdep.h>
|
||||||
|
|
||||||
#if !XSTAT_IS_XSTAT64
|
#if !XSTAT_IS_XSTAT64
|
||||||
# include <kstat_cp.h>
|
|
||||||
|
|
||||||
int
|
int
|
||||||
__fstatat (int fd, const char *file, struct stat *buf, int flag)
|
__fstatat (int fd, const char *file, struct stat *buf, int flag)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue