summaryrefslogtreecommitdiff
path: root/sdk/recipes/patches/zlib/zconf.h.in.p
diff options
context:
space:
mode:
Diffstat (limited to 'sdk/recipes/patches/zlib/zconf.h.in.p')
-rw-r--r--sdk/recipes/patches/zlib/zconf.h.in.p11
1 files changed, 0 insertions, 11 deletions
diff --git a/sdk/recipes/patches/zlib/zconf.h.in.p b/sdk/recipes/patches/zlib/zconf.h.in.p
deleted file mode 100644
index 772dad3..0000000
--- a/sdk/recipes/patches/zlib/zconf.h.in.p
+++ /dev/null
@@ -1,11 +0,0 @@
---- zconf.h.in.old 2011-01-02 21:25:38.000000000 +0000
-+++ zconf.h.in 2011-01-02 21:26:07.000000000 +0000
-@@ -370,7 +370,7 @@
- * both "#undef _LARGEFILE64_SOURCE" and "#define _LARGEFILE64_SOURCE 0" as
- * equivalently requesting no 64-bit operations
- */
--#if -_LARGEFILE64_SOURCE - -1 == 1
-+#if defined(_LARGEFILE64_SOURCE) && -_LARGEFILE64_SOURCE - -1 == 1
- # undef _LARGEFILE64_SOURCE
- #endif
-