summaryrefslogtreecommitdiffstats
path: root/unix/tclKqueueNotfy.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2018-05-24 13:12:26 (GMT)
committerdgp <dgp@users.sourceforge.net>2018-05-24 13:12:26 (GMT)
commite51e79f34349de8c01504317e76c5f1373aeb991 (patch)
tree08e115d8213dc0c2b97dec5d87670e4dbbb3ecf5 /unix/tclKqueueNotfy.c
parent03fd40904f7bfc22edfbea047cd97dc0f0a82230 (diff)
parentedb38932e8f071b1326515067d41bc060807dec2 (diff)
downloadtcl-e51e79f34349de8c01504317e76c5f1373aeb991.zip
tcl-e51e79f34349de8c01504317e76c5f1373aeb991.tar.gz
tcl-e51e79f34349de8c01504317e76c5f1373aeb991.tar.bz2
merge 8.7
Diffstat (limited to 'unix/tclKqueueNotfy.c')
-rw-r--r--unix/tclKqueueNotfy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclKqueueNotfy.c b/unix/tclKqueueNotfy.c
index 049829e..c781ce2 100644
--- a/unix/tclKqueueNotfy.c
+++ b/unix/tclKqueueNotfy.c
@@ -13,9 +13,9 @@
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*/
-#ifdef NOTIFIER_KQUEUE
-
#include "tclInt.h"
+#if defined(NOTIFIER_KQUEUE) && TCL_THREADS
+
#ifndef HAVE_COREFOUNDATION /* Darwin/Mac OS X CoreFoundation notifier is
* in tclMacOSXNotify.c */
#include <signal.h>