summaryrefslogtreecommitdiffstats
path: root/mDNSResponder/mDNSPosix/mDNSPosix.h
diff options
context:
space:
mode:
Diffstat (limited to 'mDNSResponder/mDNSPosix/mDNSPosix.h')
-rwxr-xr-xmDNSResponder/mDNSPosix/mDNSPosix.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/mDNSResponder/mDNSPosix/mDNSPosix.h b/mDNSResponder/mDNSPosix/mDNSPosix.h
index acff9c33..ca60d806 100755
--- a/mDNSResponder/mDNSPosix/mDNSPosix.h
+++ b/mDNSResponder/mDNSPosix/mDNSPosix.h
@@ -20,9 +20,6 @@
#include <signal.h>
#include <sys/time.h>
-#ifdef __rtems__
-#include <pthread.h>
-#endif /* __rtems__ */
#ifdef __cplusplus
extern "C" {
@@ -58,9 +55,6 @@ struct mDNS_PlatformSupport_struct
#if HAVE_IPV6
int unicastSocket6;
#endif
-#ifdef __rtems__
- pthread_mutex_t mutex;
-#endif /* __rtems__ */
};
#define uDNS_SERVERS_FILE "/etc/resolv.conf"