aboutsummaryrefslogtreecommitdiff
path: root/devel/clanlib-devel/files/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'devel/clanlib-devel/files/patch-af')
-rw-r--r--devel/clanlib-devel/files/patch-af11
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/clanlib-devel/files/patch-af b/devel/clanlib-devel/files/patch-af
deleted file mode 100644
index 4c52580b98a9..000000000000
--- a/devel/clanlib-devel/files/patch-af
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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);
-