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/fstat64.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/fstat64.c')
-rw-r--r-- | libc/sysdeps/linux/common/fstat64.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/fstat64.c b/libc/sysdeps/linux/common/fstat64.c index e1e9dff5c..0d8bbdb43 100644 --- a/libc/sysdeps/linux/common/fstat64.c +++ b/libc/sysdeps/linux/common/fstat64.c @@ -13,7 +13,6 @@ #define __NR___syscall_fstat64 __NR_fstat64 #include <unistd.h> #include <sys/stat.h> -#include <bits/kernel_stat.h> #include "xstatconv.h" static inline _syscall2(int, __syscall_fstat64, |