diff options
Diffstat (limited to 'libc/sysdeps/linux/common-generic')
-rw-r--r-- | libc/sysdeps/linux/common-generic/bits/kernel_stat.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libc/sysdeps/linux/common-generic/bits/kernel_stat.h b/libc/sysdeps/linux/common-generic/bits/kernel_stat.h index 843a1d1a6..7a97bb4d7 100644 --- a/libc/sysdeps/linux/common-generic/bits/kernel_stat.h +++ b/libc/sysdeps/linux/common-generic/bits/kernel_stat.h @@ -18,11 +18,7 @@ * However that requires more #ifndef in relevant wrappers, * further uglifying them */ -#if defined __UCLIBC_HAS_LFS__ -#define kernel_stat64 stat64 -#else #define kernel_stat64 stat -#endif #endif /* _BITS_STAT_STRUCT_H */ |