diff options
Diffstat (limited to 'libc/misc/fts')
-rw-r--r-- | libc/misc/fts/fts.c | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/libc/misc/fts/fts.c b/libc/misc/fts/fts.c index 7dc67683b..d5ebcbc5e 100644 --- a/libc/misc/fts/fts.c +++ b/libc/misc/fts/fts.c @@ -36,14 +36,7 @@ #include <stdlib.h> #include <string.h> #include <unistd.h> - -#ifdef __UCLIBC_HAS_LFS__ -/* this is wrong, either you include this header as first, or not at all */ -# include <_lfs_64.h> -#else -# define stat64 stat -# define fstat64 fstat -#endif +#include <_lfs_64.h> /* Largest alignment size needed, minus one. Usually long double is the worst case. */ |