gamin: fix patch whitespace
This commit is contained in:
parent
dd5000ae0e
commit
643353ee64
1 changed files with 3 additions and 3 deletions
|
@ -8,9 +8,9 @@ PTHREAD_MUTEX_RECURSIVE_NP. Test for PTHREAD_MUTEX_RECURSIVE_NP only.
|
||||||
@@ -470,7 +470,7 @@ gamin_data_new(void)
|
@@ -470,7 +470,7 @@ gamin_data_new(void)
|
||||||
}
|
}
|
||||||
if (is_threaded > 0) {
|
if (is_threaded > 0) {
|
||||||
pthread_mutexattr_init(&attr);
|
pthread_mutexattr_init(&attr);
|
||||||
-#if defined(linux) || defined(PTHREAD_MUTEX_RECURSIVE_NP)
|
-#if defined(linux) || defined(PTHREAD_MUTEX_RECURSIVE_NP)
|
||||||
+#if defined(PTHREAD_MUTEX_RECURSIVE_NP)
|
+#if defined(PTHREAD_MUTEX_RECURSIVE_NP)
|
||||||
pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE_NP);
|
pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE_NP);
|
||||||
#else
|
#else
|
||||||
pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
|
pthread_mutexattr_settype(&attr, PTHREAD_MUTEX_RECURSIVE);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue