summaryrefslogtreecommitdiffstats
path: root/unix/tclKqueueNotfy.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-05-27 16:32:05 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-05-27 16:32:05 (GMT)
commitf2ec60553a7e3f8cc433362a672fa9eea014b332 (patch)
treeaae3b61f0377d6541a1f78db5d2ced74881c2e59 /unix/tclKqueueNotfy.c
parentb91a2765aef7499e3bf0ca35d47c6dc068c35ed6 (diff)
parentbb5d24622ffab4d7e6aaf6dba2086cdc870f8470 (diff)
downloadtcl-f2ec60553a7e3f8cc433362a672fa9eea014b332.zip
tcl-f2ec60553a7e3f8cc433362a672fa9eea014b332.tar.gz
tcl-f2ec60553a7e3f8cc433362a672fa9eea014b332.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>