diff options
Diffstat (limited to 'libc/sysdeps/linux/common/stat64.c')
-rw-r--r-- | libc/sysdeps/linux/common/stat64.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/stat64.c b/libc/sysdeps/linux/common/stat64.c index f46e52e98..dcd9163fb 100644 --- a/libc/sysdeps/linux/common/stat64.c +++ b/libc/sysdeps/linux/common/stat64.c @@ -13,7 +13,6 @@ #define __NR___syscall_stat64 __NR_stat64 #include <unistd.h> #include <sys/stat.h> -#include <bits/kernel_stat.h> #include "xstatconv.h" static inline _syscall2(int, __syscall_stat64, |