summaryrefslogtreecommitdiff
path: root/include/_lfs_64.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/_lfs_64.h')
-rw-r--r--include/_lfs_64.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/_lfs_64.h b/include/_lfs_64.h
index deee98a77..88af93c0b 100644
--- a/include/_lfs_64.h
+++ b/include/_lfs_64.h
@@ -5,8 +5,6 @@
*/
#include <features.h>
-#ifdef __UCLIBC_HAS_LFS__
-
#if defined _FILE_OFFSET_BITS && _FILE_OFFSET_BITS != 64
#undef _FILE_OFFSET_BITS
#define _FILE_OFFSET_BITS 64
@@ -21,9 +19,3 @@
#ifdef __USE_FILE_OFFSET64
# undef __USE_FILE_OFFSET64
#endif
-
-#else
-
-# error Do not include this header in files not built when LFS is disabled
-
-#endif