diff options
| author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-03-08 13:56:55 (GMT) |
|---|---|---|
| committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2017-03-08 13:56:55 (GMT) |
| commit | b2181df698c6eb7d579e90e5690d23e24cd6c730 (patch) | |
| tree | c1d0c8174f9fd32a09d74f2bf659b535a3144fad /unix/tclEpollNotfy.c | |
| parent | 6469ae095f7c539980465de415ab3d35580d84d4 (diff) | |
| download | tcl-b2181df698c6eb7d579e90e5690d23e24cd6c730.zip tcl-b2181df698c6eb7d579e90e5690d23e24cd6c730.tar.gz tcl-b2181df698c6eb7d579e90e5690d23e24cd6c730.tar.bz2 | |
Fix compile error on Cygwin, and double definition of TclUnixWaitForFile()
Diffstat (limited to 'unix/tclEpollNotfy.c')
| -rw-r--r-- | unix/tclEpollNotfy.c | 2 |
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 |
