aboutsummaryrefslogtreecommitdiffstats
path: root/main/libxml2/libxml2-pthread.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/libxml2/libxml2-pthread.patch')
-rw-r--r--main/libxml2/libxml2-pthread.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/main/libxml2/libxml2-pthread.patch b/main/libxml2/libxml2-pthread.patch
deleted file mode 100644
index 77d7b3849b..0000000000
--- a/main/libxml2/libxml2-pthread.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- libxml2-2.9.1/threads.c.orig
-+++ libxml2-2.9.1/threads.c
-@@ -47,7 +47,7 @@
- #ifdef HAVE_PTHREAD_H
-
- static int libxml_is_threaded = -1;
--#ifdef __GNUC__
-+#if defined(__GNUC__) && defined(__GLIBC__)
- #ifdef linux
- #if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || (__GNUC__ > 3)
- extern int pthread_once (pthread_once_t *__once_control,