summaryrefslogtreecommitdiffstats
path: root/unix/tclKqueueNotfy.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2018-08-02 07:35:28 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2018-08-02 07:35:28 (GMT)
commitc3cec2c7124954f21b1b58f57e54856d29359aac (patch)
treec277fc1f54ae6e8b4637b5072b83628f8673b164 /unix/tclKqueueNotfy.c
parent485410de9b7e8145af52576058f127dc27226c50 (diff)
parent6042bb0be18a7102155afc95163120cb6b2a35ea (diff)
downloadtcl-c3cec2c7124954f21b1b58f57e54856d29359aac.zip
tcl-c3cec2c7124954f21b1b58f57e54856d29359aac.tar.gz
tcl-c3cec2c7124954f21b1b58f57e54856d29359aac.tar.bz2
Merge trunk. Use TCL_8_COMPAT in stead of TCL_USE_INT_RETURN
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);