summaryrefslogtreecommitdiff
path: root/net/twinkle/files/patch-src-threads_mutex.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'net/twinkle/files/patch-src-threads_mutex.cpp')
-rw-r--r--net/twinkle/files/patch-src-threads_mutex.cpp11
1 files changed, 0 insertions, 11 deletions
diff --git a/net/twinkle/files/patch-src-threads_mutex.cpp b/net/twinkle/files/patch-src-threads_mutex.cpp
deleted file mode 100644
index eef9edb7e50f..000000000000
--- a/net/twinkle/files/patch-src-threads_mutex.cpp
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/threads/mutex.cpp Sat Apr 22 21:09:20 2006
-+++ src/threads/mutex.cpp Sat Apr 22 21:08:41 2006
-@@ -35,7 +35,7 @@
- pthread_mutexattr_init(&attr);
-
-
-- int ret = pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE_NP);
-+ int ret = pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
- if (ret != 0) throw string(
- "t_mutex::t_mutex failed to create a recursive mutex.");
-