diff options
| author | dgp <dgp@users.sourceforge.net> | 2018-05-24 12:24:54 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2018-05-24 12:24:54 (GMT) |
| commit | 202eeb707c8c5ed8922d6bf52123d14d9ea9390f (patch) | |
| tree | f15dfe81f4c60ab305baec60d9e706a6a02da3be /unix/tclKqueueNotfy.c | |
| parent | ae6192f9cba3a16d05b9e2e760679b07cfbd0822 (diff) | |
| parent | edb38932e8f071b1326515067d41bc060807dec2 (diff) | |
| download | tcl-202eeb707c8c5ed8922d6bf52123d14d9ea9390f.zip tcl-202eeb707c8c5ed8922d6bf52123d14d9ea9390f.tar.gz tcl-202eeb707c8c5ed8922d6bf52123d14d9ea9390f.tar.bz2 | |
merge 8.7
Diffstat (limited to 'unix/tclKqueueNotfy.c')
| -rw-r--r-- | unix/tclKqueueNotfy.c | 4 |
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> |
