summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixNotfy.c
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-02 12:27:10 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2019-09-02 12:27:10 (GMT)
commitb5f118d8753139dcc5bd599f67373eca836500f8 (patch)
tree7d2cc02f9736aec246af11d9e8d474a92c308b10 /unix/tclUnixNotfy.c
parent876a5d67826981d371dae6608868539e99b3c916 (diff)
parent2552ed664c5cb66c0a094adecd92db0cadb0d004 (diff)
downloadtcl-b5f118d8753139dcc5bd599f67373eca836500f8.zip
tcl-b5f118d8753139dcc5bd599f67373eca836500f8.tar.gz
tcl-b5f118d8753139dcc5bd599f67373eca836500f8.tar.bz2
Merge tip-548. A few more fixes, trying to make the Travis build work (finally)
Diffstat (limited to 'unix/tclUnixNotfy.c')
-rw-r--r--unix/tclUnixNotfy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix/tclUnixNotfy.c b/unix/tclUnixNotfy.c
index 8395a5a..6b1ec3d 100644
--- a/unix/tclUnixNotfy.c
+++ b/unix/tclUnixNotfy.c
@@ -121,7 +121,7 @@ Tcl_AlertNotifier(
pthread_mutex_unlock(&notifierMutex);
#endif /* TCL_THREADS */
#else /* !NOTIFIER_SELECT */
- ThreadSpecificData *tsdPtr = clientData;
+ ThreadSpecificData *tsdPtr = (ThreadSpecificData *)clientData;
#if defined(NOTIFIER_EPOLL) && defined(HAVE_EVENTFD)
uint64_t eventFdVal = 1;
if (write(tsdPtr->triggerEventFd, &eventFdVal,