diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-09-24 10:03:20 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-09-24 10:03:20 (GMT) |
commit | 856c560b711097332ff0c365280afe4bc7dcd7f7 (patch) | |
tree | 2ae41f24c9d29f6ca8124e305514a4dc07a62ace /unix/tclUnixNotfy.c | |
parent | bac8bd28c08c5344be03f42b43fc724f4b508cbf (diff) | |
parent | daa0c940b864f45566deda0f3e5ec700a8aa62ee (diff) | |
download | tcl-856c560b711097332ff0c365280afe4bc7dcd7f7.zip tcl-856c560b711097332ff0c365280afe4bc7dcd7f7.tar.gz tcl-856c560b711097332ff0c365280afe4bc7dcd7f7.tar.bz2 |
merge trunk
Diffstat (limited to 'unix/tclUnixNotfy.c')
-rw-r--r-- | unix/tclUnixNotfy.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclUnixNotfy.c b/unix/tclUnixNotfy.c index 90f478b..2b648ca 100644 --- a/unix/tclUnixNotfy.c +++ b/unix/tclUnixNotfy.c @@ -204,7 +204,7 @@ static void AtForkChild(void); #endif /* HAVE_PTHREAD_ATFORK */ #endif /* TCL_THREADS */ static int FileHandlerEventProc(Tcl_Event *evPtr, int flags); - + /* * Import of Windows API when building threaded with Cygwin. */ @@ -1303,7 +1303,7 @@ NotifierThreadProc( } #ifdef __CYGWIN__ PostMessageW(tsdPtr->hwnd, 1024, 0, 0); -#else +#else /* __CYGWIN__ */ pthread_cond_broadcast(&tsdPtr->waitCV); #endif /* __CYGWIN__ */ } |