summaryrefslogtreecommitdiffstats
path: root/unix/tclKqueueNotfy.c
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2018-09-25 13:31:19 (GMT)
committerdgp <dgp@users.sourceforge.net>2018-09-25 13:31:19 (GMT)
commit71e4ddb74f8d4d41b043974748d20f663762b628 (patch)
treeb8f93394b8f24fe8ab68bf0f839ba59877ad8e68 /unix/tclKqueueNotfy.c
parent29bbdb74d3132fccdeddd3661f5168f378f5a775 (diff)
parentac61d77a4196e4243153563d9cae24f2f20550bc (diff)
downloadtcl-71e4ddb74f8d4d41b043974748d20f663762b628.zip
tcl-71e4ddb74f8d4d41b043974748d20f663762b628.tar.gz
tcl-71e4ddb74f8d4d41b043974748d20f663762b628.tar.bz2
merge 8.7
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);