summaryrefslogtreecommitdiffstats
path: root/package/luafilesystem/luafilesystem-without_large_file.patch
blob: b1f41c09daa210bc287b2dcb9796836c697a46ed (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/src/lfs.c b/src/lfs.c
index 85f01e3..ed49f50 100644
--- a/src/lfs.c
+++ b/src/lfs.c
@@ -22,13 +22,13 @@
 
 #ifndef _WIN32
 #ifndef _AIX
-#define _FILE_OFFSET_BITS 64 /* Linux, Solaris and HP-UX */
+//#define _FILE_OFFSET_BITS 64 /* Linux, Solaris and HP-UX */
 #else
 #define _LARGE_FILES 1 /* AIX */
 #endif
 #endif
 
-#define _LARGEFILE64_SOURCE
+//#define _LARGEFILE64_SOURCE
 
 #include <errno.h>
 #include <stdio.h>