summaryrefslogtreecommitdiff
path: root/devel/clanlib/files/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'devel/clanlib/files/patch-af')
-rw-r--r--devel/clanlib/files/patch-af11
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/clanlib/files/patch-af b/devel/clanlib/files/patch-af
new file mode 100644
index 000000000000..4c52580b98a9
--- /dev/null
+++ b/devel/clanlib/files/patch-af
@@ -0,0 +1,11 @@
+--- Sources/Core/System/Unix/mutex_pthread.cpp.orig Wed May 10 16:07:43 2000
++++ Sources/Core/System/Unix/mutex_pthread.cpp Wed May 10 16:07:55 2000
+@@ -33,7 +33,7 @@
+ {
+ pthread_mutexattr_t attr;
+ pthread_mutexattr_init(&attr);
+- pthread_mutexattr_setkind_np(&attr, PTHREAD_MUTEX_RECURSIVE_NP);
++ pthread_mutexattr_setkind_np(&attr, PTHREAD_MUTEX_RECURSIVE);
+ pthread_mutex_init(&mutex, &attr);
+ pthread_mutexattr_destroy(&attr);
+