summaryrefslogtreecommitdiffstats
path: root/unix
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-09-24 10:01:36 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-09-24 10:01:36 (GMT)
commitd13f877148291986699ef0c0cfb2246bc8c44faa (patch)
treeb07249cb7a6ea7e6522577f0d6651780f377f186 /unix
parent2b9f58aaac9d943888960daa1394c1abeae2e374 (diff)
parent61ad28e5b697aee8b22a823efd9333905ce1e787 (diff)
downloadtcl-d13f877148291986699ef0c0cfb2246bc8c44faa.zip
tcl-d13f877148291986699ef0c0cfb2246bc8c44faa.tar.gz
tcl-d13f877148291986699ef0c0cfb2246bc8c44faa.tar.bz2
merge-mark (almost, just a few cosmetic changes)
Diffstat (limited to 'unix')
-rw-r--r--unix/tclUnixNotfy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclUnixNotfy.c b/unix/tclUnixNotfy.c
index 17fdc95..d93f24e 100644
--- a/unix/tclUnixNotfy.c
+++ b/unix/tclUnixNotfy.c
@@ -202,7 +202,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.
*/
@@ -1272,7 +1272,7 @@ NotifierThreadProc(
}
#ifdef __CYGWIN__
PostMessageW(tsdPtr->hwnd, 1024, 0, 0);
-#else
+#else /* __CYGWIN__ */
Tcl_ConditionNotify(&tsdPtr->waitCV);
#endif /* __CYGWIN__ */
}