summaryrefslogtreecommitdiff
path: root/lib/fts_.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/fts_.h')
-rw-r--r--lib/fts_.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/lib/fts_.h b/lib/fts_.h
index 72d540083..5f4d55b4b 100644
--- a/lib/fts_.h
+++ b/lib/fts_.h
@@ -35,12 +35,6 @@
#include <features.h>
#include <sys/types.h>
-/* The fts interface is incompatible with the LFS interface which
- transparently uses the 64-bit file access functions. */
-#ifdef __USE_FILE_OFFSET64
-# error "<fts.h> cannot be used with -D_FILE_OFFSET_BITS==64"
-#endif
-
typedef struct {
struct _ftsent *fts_cur; /* current node */