gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnunet-fuse] branch master updated: drop pthread_np include, should con


From: gnunet
Subject: [gnunet-fuse] branch master updated: drop pthread_np include, should continue to work.
Date: Wed, 20 Nov 2019 00:14:24 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to branch master
in repository gnunet-fuse.

The following commit(s) were added to refs/heads/master by this push:
     new 16fc5fd  drop pthread_np include, should continue to work.
16fc5fd is described below

commit 16fc5fda157b0679e928d5e9e43928f5f2b863d4
Author: ng0 <address@hidden>
AuthorDate: Tue Nov 19 23:11:15 2019 +0000

    drop pthread_np include, should continue to work.
---
 src/fuse/mutex.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/fuse/mutex.c b/src/fuse/mutex.c
index 55078fd..6dcdce3 100644
--- a/src/fuse/mutex.c
+++ b/src/fuse/mutex.c
@@ -26,9 +26,6 @@
 #include "mutex.h"
 
 #include <pthread.h>
-#ifdef LINUX
-# include <pthread_np.h>
-#endif
 
 #ifndef PTHREAD_MUTEX_NORMAL
 #ifdef PTHREAD_MUTEX_TIMED_NP

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]