summaryrefslogtreecommitdiffstats
path: root/unix/tclEpollNotfy.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-07-31 20:22:18 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-07-31 20:22:18 (GMT)
commitcff4a9d980f9d9a806440b5f72e9dcb0b960d502 (patch)
tree45c11d8c4aed7844b8828a75148a2f04498c8b39 /unix/tclEpollNotfy.c
parentad757b50dce2f04dd5e6d034a96f4ddd90621a0e (diff)
parentc1ae69114bfdfe97b4c12ad727e4d5accc0df85f (diff)
downloadtcl-cff4a9d980f9d9a806440b5f72e9dcb0b960d502.zip
tcl-cff4a9d980f9d9a806440b5f72e9dcb0b960d502.tar.gz
tcl-cff4a9d980f9d9a806440b5f72e9dcb0b960d502.tar.bz2
merge 8.6
Diffstat (limited to 'unix/tclEpollNotfy.c')
-rw-r--r--unix/tclEpollNotfy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclEpollNotfy.c b/unix/tclEpollNotfy.c
index 8a083d8..ca194c7 100644
--- a/unix/tclEpollNotfy.c
+++ b/unix/tclEpollNotfy.c
@@ -114,9 +114,9 @@ typedef struct ThreadSpecificData {
static Tcl_ThreadDataKey dataKey;
-void PlatformEventsControl(FileHandler *filePtr, ThreadSpecificData *tsdPtr, int op, int isNew);
+static void PlatformEventsControl(FileHandler *filePtr, ThreadSpecificData *tsdPtr, int op, int isNew);
static void PlatformEventsFinalize(void);
-void PlatformEventsInit(void);
+static void PlatformEventsInit(void);
static int PlatformEventsTranslate(struct epoll_event *event);
static int PlatformEventsWait(struct epoll_event *events, size_t numEvents, struct timeval *timePtr);