summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixNotfy.c
diff options
context:
space:
mode:
authorsebres <sebres@users.sourceforge.net>2017-05-11 18:53:21 (GMT)
committersebres <sebres@users.sourceforge.net>2017-05-11 18:53:21 (GMT)
commit5171d6b4effacccb8228f0848f8d6056254f85ee (patch)
tree7871ca975e33745ffa98d6cc3746e915a61fce21 /unix/tclUnixNotfy.c
parent279bfdeef3577e9767bfafc7102011176f88034f (diff)
parent2130fd858277aa77aa78b99690c412e99b04cd66 (diff)
downloadtcl-5171d6b4effacccb8228f0848f8d6056254f85ee.zip
tcl-5171d6b4effacccb8228f0848f8d6056254f85ee.tar.gz
tcl-5171d6b4effacccb8228f0848f8d6056254f85ee.tar.bz2
merge trunk (to sebres-trunk-timerate)
Diffstat (limited to 'unix/tclUnixNotfy.c')
-rw-r--r--unix/tclUnixNotfy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclUnixNotfy.c b/unix/tclUnixNotfy.c
index e37962d..6b7669d 100644
--- a/unix/tclUnixNotfy.c
+++ b/unix/tclUnixNotfy.c
@@ -193,7 +193,7 @@ static Tcl_ThreadId notifierThread;
*/
#ifdef TCL_THREADS
-static void NotifierThreadProc(ClientData clientData);
+static TCL_NORETURN void NotifierThreadProc(ClientData clientData);
#if defined(HAVE_PTHREAD_ATFORK)
static int atForkInit = 0;
static void AtForkChild(void);
@@ -1139,7 +1139,7 @@ Tcl_WaitForEvent(
*----------------------------------------------------------------------
*/
-static void
+static TCL_NORETURN void
NotifierThreadProc(
ClientData clientData) /* Not used. */
{