summaryrefslogtreecommitdiffstats
path: root/unix/tclKqueueNotfy.c
diff options
context:
space:
mode:
authordkf <donal.k.fellows@manchester.ac.uk>2018-08-26 11:07:37 (GMT)
committerdkf <donal.k.fellows@manchester.ac.uk>2018-08-26 11:07:37 (GMT)
commitd4d1014e7d4941e211860ee9864b7fbe829eae8d (patch)
treee655b5ea3f4637db82bd76850b596cd9b68eac5e /unix/tclKqueueNotfy.c
parentf5efc84600e3a88460bdeb094d1cfa58ad5b3022 (diff)
parentb3993adcfb19f12c2fe6accbaec020a9599a6294 (diff)
downloadtcl-d4d1014e7d4941e211860ee9864b7fbe829eae8d.zip
tcl-d4d1014e7d4941e211860ee9864b7fbe829eae8d.tar.gz
tcl-d4d1014e7d4941e211860ee9864b7fbe829eae8d.tar.bz2
merge core-8-branch
Diffstat (limited to 'unix/tclKqueueNotfy.c')
-rw-r--r--unix/tclKqueueNotfy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclKqueueNotfy.c b/unix/tclKqueueNotfy.c
index c781ce2..6d685ad 100644
--- a/unix/tclKqueueNotfy.c
+++ b/unix/tclKqueueNotfy.c
@@ -104,9 +104,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 kevent *eventPtr);
static int PlatformEventsWait(struct kevent *events, size_t numEvents, struct timeval *timePtr);