Skip to content
Snippets Groups Projects
Commit 5f383b8a authored by Brad King's avatar Brad King
Browse files

COMP: Disable _FILE_OFFSET_BITS check until sys/types.h check is enabled.

parent 92b1a586
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@
!defined(@KWSYS_NAMESPACE@_LFS_NO_DEFINE_FILE_OFFSET_BITS)
# define _FILE_OFFSET_BITS 64
# endif
# if defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS < 64
# if 0 && (defined(_FILE_OFFSET_BITS) && _FILE_OFFSET_BITS < 64)
# error "_FILE_OFFSET_BITS must be defined to at least 64"
# endif
# endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment