From 078093312da8ccac62ad4844424ed497e5ec7746 Mon Sep 17 00:00:00 2001 From: Sergei Golubchik Date: Sun, 4 Sep 2016 13:07:59 +0200 Subject: [PATCH] really disable safe mutex --- include/ma_pthread.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/ma_pthread.h b/include/ma_pthread.h index 74bd83ad..ef938938 100644 --- a/include/ma_pthread.h +++ b/include/ma_pthread.h @@ -21,6 +21,8 @@ #ifndef _my_pthread_h #define _my_pthread_h +#undef SAFE_MUTEX + #include #ifndef ETIME #define ETIME ETIMEDOUT /* For FreeBSD */