1From 056b14345b1abd76a761ab14538f1bc21302781a Mon Sep 17 00:00:00 2001 2From: Hongxu Jia <hongxu.jia@windriver.com> 3Date: Sat, 11 May 2019 20:26:51 +0800 4Subject: [PATCH] libxml 64bit 5 6Upstream-Status: Backport [from debian: bugs.debian.org/439843] 7Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com> 8--- 9 libxml.h | 3 +++ 10 1 file changed, 3 insertions(+) 11 12diff --git a/libxml.h b/libxml.h 13index 64e30f7..4e80d90 100644 14--- a/libxml.h 15+++ b/libxml.h 16@@ -15,6 +15,9 @@ 17 #ifndef _LARGEFILE_SOURCE 18 #define _LARGEFILE_SOURCE 19 #endif 20+#ifndef _LARGEFILE64_SOURCE 21+#define _LARGEFILE64_SOURCE 22+#endif 23 #ifndef _FILE_OFFSET_BITS 24 #define _FILE_OFFSET_BITS 64 25 #endif 26-- 272.7.4 28 29