diff options
Diffstat (limited to 'libc/sysdeps/linux/common/lstat64.c')
-rw-r--r-- | libc/sysdeps/linux/common/lstat64.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/lstat64.c b/libc/sysdeps/linux/common/lstat64.c index 80268d2a1..99b655a0c 100644 --- a/libc/sysdeps/linux/common/lstat64.c +++ b/libc/sysdeps/linux/common/lstat64.c @@ -12,7 +12,6 @@ #if defined __UCLIBC_HAS_LFS__ && defined __NR_lstat64 #include <unistd.h> #include <sys/stat.h> -#include <bits/kernel_stat.h> #include "xstatconv.h" #define __NR___syscall_lstat64 __NR_lstat64 |