mirror of
https://gitdl.cn/https://github.com/chakralinux/lib32.git
synced 2025-01-24 09:52:15 +08:00
13 lines
282 B
Diff
13 lines
282 B
Diff
--- libxml2-2.6.32.dfsg.orig/libxml.h
|
|
+++ libxml2-2.6.32.dfsg/libxml.h
|
|
@@ -13,6 +13,9 @@
|
|
#ifndef _LARGEFILE_SOURCE
|
|
#define _LARGEFILE_SOURCE
|
|
#endif
|
|
+#ifndef _LARGEFILE64_SOURCE
|
|
+#define _LARGEFILE64_SOURCE
|
|
+#endif
|
|
#ifndef _FILE_OFFSET_BITS
|
|
#define _FILE_OFFSET_BITS 64
|
|
#endif
|