OSDN Git Service

Change to use PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP marshmallow-x86 android-x86-6.0-r1 android-x86-6.0-r2 android-x86-6.0-r3
authorChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 9 Oct 2015 17:16:36 +0000 (01:16 +0800)
committerChih-Wei Huang <cwhuang@linux.org.tw>
Fri, 9 Oct 2015 17:16:36 +0000 (01:16 +0800)
This reverts commit f3b56723a605bd7a0480550a7509612a8dc4cd19.

src/conf.c

index 8e86fe5..5c0f45f 100644 (file)
@@ -413,6 +413,7 @@ beginning:</P>
 
 */
 
+
 #include <stdarg.h>
 #include <limits.h>
 #include <sys/stat.h>
@@ -426,7 +427,7 @@ beginning:</P>
 
 #ifdef HAVE_LIBPTHREAD
 static pthread_mutex_t snd_config_update_mutex =
-                               PTHREAD_RECURSIVE_MUTEX_INITIALIZER;  //another bad fix by fattire was _NP
+                               PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
 #endif
 
 struct _snd_config {