Android-x86
Fork
Faire un don

  • R/O
  • HTTP
  • SSH
  • HTTPS

external-alsa-lib: Commit

external/alsa-lib


Commit MetaInfo

Révisiond8296709f0725920a5498da83e27d132a2bcd776 (tree)
l'heure2015-10-10 02:16:36
AuteurChih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Message de Log

Change to use PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP

This reverts commit f3b56723a605bd7a0480550a7509612a8dc4cd19.

Change Summary

Modification

--- a/src/conf.c
+++ b/src/conf.c
@@ -413,6 +413,7 @@ beginning:</P>
413413
414414 */
415415
416+
416417 #include <stdarg.h>
417418 #include <limits.h>
418419 #include <sys/stat.h>
@@ -426,7 +427,7 @@ beginning:</P>
426427
427428 #ifdef HAVE_LIBPTHREAD
428429 static pthread_mutex_t snd_config_update_mutex =
429- PTHREAD_RECURSIVE_MUTEX_INITIALIZER; //another bad fix by fattire was _NP
430+ PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP;
430431 #endif
431432
432433 struct _snd_config {
Afficher sur ancien navigateur de dépôt.