diff options
Diffstat (limited to 'sysdeps/unix')
-rw-r--r-- | sysdeps/unix/sysv/linux/fstatat.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/unix/sysv/linux/fstatat.c b/sysdeps/unix/sysv/linux/fstatat.c index 055fb47..8926eed 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) { |