From fd2bb2f751c13b3c0c002b8e012810902b9da364 Mon Sep 17 00:00:00 2001 From: "A. Wilcox" Date: Fri, 8 Jun 2018 02:02:24 -0500 Subject: harmony -> system --- harmony/gamin/fix-pthread-mutex.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 harmony/gamin/fix-pthread-mutex.patch (limited to 'harmony/gamin/fix-pthread-mutex.patch') diff --git a/harmony/gamin/fix-pthread-mutex.patch b/harmony/gamin/fix-pthread-mutex.patch deleted file mode 100644 index c8c5b0005..000000000 --- a/harmony/gamin/fix-pthread-mutex.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- gamin-0.1.10.orig/libgamin/gam_data.c -+++ gamin-0.1.10/libgamin/gam_data.c -@@ -470,7 +470,7 @@ - } - if (is_threaded > 0) { - pthread_mutexattr_init(&attr); --#if defined(linux) || defined(PTHREAD_MUTEX_RECURSIVE_NP) -+#if defined(linux) && defined(PTHREAD_MUTEX_RECURSIVE_NP) - pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE_NP); - #else - pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE); -- cgit v1.2.3-60-g2f50