]> git.pld-linux.org Git - packages/libxml2.git/blame - libxml2-largefile.patch
up to 2.10.4 (fixes CVE-2023-29469 CVE-2023-28484)
[packages/libxml2.git] / libxml2-largefile.patch
CommitLineData
9901ea6b
AM
1--- libxml2-2.7.6/libxml.h~ 2009-09-24 17:31:59.000000000 +0200
2+++ libxml2-2.7.6/libxml.h 2009-10-10 18:57:55.681981813 +0200
3@@ -13,6 +13,9 @@
4 #ifndef _LARGEFILE_SOURCE
5 #define _LARGEFILE_SOURCE
6 #endif
7+#ifndef _LARGEFILE64_SOURCE
8+#define _LARGEFILE64_SOURCE
9+#endif
10 #ifndef _FILE_OFFSET_BITS
11 #define _FILE_OFFSET_BITS 64
12 #endif
This page took 0.123574 seconds and 4 git commands to generate.