summaryrefslogtreecommitdiffstats
path: root/unix/tclEpollNotfy.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2017-03-08 13:56:55 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2017-03-08 13:56:55 (GMT)
commit067066361a88c28c0b5e34a3b04de3a8799eb6f2 (patch)
treec1d0c8174f9fd32a09d74f2bf659b535a3144fad /unix/tclEpollNotfy.c
parent02cf886320e28b6ddbdb02991292a241a8ad4127 (diff)
downloadtcl-067066361a88c28c0b5e34a3b04de3a8799eb6f2.zip
tcl-067066361a88c28c0b5e34a3b04de3a8799eb6f2.tar.gz
tcl-067066361a88c28c0b5e34a3b04de3a8799eb6f2.tar.bz2
Fix compile error on Cygwin, and double definition of TclUnixWaitForFile()
Diffstat (limited to 'unix/tclEpollNotfy.c')
-rw-r--r--unix/tclEpollNotfy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclEpollNotfy.c b/unix/tclEpollNotfy.c
index 7355564..28fc834 100644
--- a/unix/tclEpollNotfy.c
+++ b/unix/tclEpollNotfy.c
@@ -745,7 +745,7 @@ Tcl_WaitForEvent(
* Wait or poll for new events, queue Tcl events for the FileHandlers
* corresponding to them, and update the FileHandlers' mask of events
* of interest registered by the last call to Tcl_CreateFileHandler().
- *
+ *
* Events for the eventfd(2)/trigger pipe are processed here in order
* to facilitate inter-thread IPC. If another thread intends to wake
* up this thread whilst it's blocking on PlatformEventsWait(), it