summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net-p2p/dctc/files/lp_mutex.c3
-rw-r--r--net/dctc/files/lp_mutex.c3
2 files changed, 0 insertions, 6 deletions
diff --git a/net-p2p/dctc/files/lp_mutex.c b/net-p2p/dctc/files/lp_mutex.c
index 2c76d0a..036b004 100644
--- a/net-p2p/dctc/files/lp_mutex.c
+++ b/net-p2p/dctc/files/lp_mutex.c
@@ -38,7 +38,6 @@
#include <stdlib.h>
-#ifdef _THREAD_SAFE
# include <pthread.h>
/*
@@ -118,5 +117,3 @@ int
lp_mutex_destroy_ (pthread_mutex_t ** mutex) {}
# endif /* (defined(BSD) && (BSD >= 199103)) */
-
-#endif /* _THREAD_SAFE */
diff --git a/net/dctc/files/lp_mutex.c b/net/dctc/files/lp_mutex.c
index 2c76d0a..036b004 100644
--- a/net/dctc/files/lp_mutex.c
+++ b/net/dctc/files/lp_mutex.c
@@ -38,7 +38,6 @@
#include <stdlib.h>
-#ifdef _THREAD_SAFE
# include <pthread.h>
/*
@@ -118,5 +117,3 @@ int
lp_mutex_destroy_ (pthread_mutex_t ** mutex) {}
# endif /* (defined(BSD) && (BSD >= 199103)) */
-
-#endif /* _THREAD_SAFE */
OpenPOWER on IntegriCloud