aboutsummaryrefslogtreecommitdiff
path: root/japanese/mozc-tool/files/patch-src_base_mutex.h
diff options
context:
space:
mode:
Diffstat (limited to 'japanese/mozc-tool/files/patch-src_base_mutex.h')
-rw-r--r--japanese/mozc-tool/files/patch-src_base_mutex.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/japanese/mozc-tool/files/patch-src_base_mutex.h b/japanese/mozc-tool/files/patch-src_base_mutex.h
new file mode 100644
index 000000000000..4249feff64fc
--- /dev/null
+++ b/japanese/mozc-tool/files/patch-src_base_mutex.h
@@ -0,0 +1,11 @@
+--- base/mutex.h.org 2010-06-17 15:59:08.032915669 +0900
++++ base/mutex.h 2010-06-26 14:42:34.171132724 +0900
+@@ -87,7 +87,7 @@
+ #endif
+
+ #ifdef OS_LINUX
+-#define PTHREAD_MUTEX_RECURSIVE_VALUE PTHREAD_MUTEX_RECURSIVE_NP
++#define PTHREAD_MUTEX_RECURSIVE_VALUE PTHREAD_MUTEX_RECURSIVE
+ #endif
+
+ pthread_mutexattr_t attr;