diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-14 00:17:05 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-14 00:17:05 +0000 |
commit | 2ed5fd770ac8219ec08409f45089ec5831eab7b0 (patch) | |
tree | b1c74aa9a17776901c3901e3105c14f39686cf9b /libc/sysdeps/linux/common/lstat64.c | |
parent | f38a679be6f228977dd0880fa14ca0996f733bbb (diff) |
dont include bits/kernel_stat.h as xstatconv.h already does and use sys/stat.h rather than bits/stat.h
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 |