summaryrefslogtreecommitdiff
path: root/contrib/unbound/libunbound/libworker.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/unbound/libunbound/libworker.c')
-rw-r--r--contrib/unbound/libunbound/libworker.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/unbound/libunbound/libworker.c b/contrib/unbound/libunbound/libworker.c
index 44b8d790561f..bd42462e1be6 100644
--- a/contrib/unbound/libunbound/libworker.c
+++ b/contrib/unbound/libunbound/libworker.c
@@ -78,7 +78,7 @@
#include <TargetConditionals.h>
#endif
-#if defined(TARGET_OS_TV) || defined(TARGET_OS_WATCH)
+#if (defined(TARGET_OS_TV) && TARGET_OS_TV) || (defined(TARGET_OS_WATCH) && TARGET_OS_WATCH)
#undef HAVE_FORK
#endif