diff options
| author | dgp <dgp@users.sourceforge.net> | 2017-03-29 14:35:44 (GMT) |
|---|---|---|
| committer | dgp <dgp@users.sourceforge.net> | 2017-03-29 14:35:44 (GMT) |
| commit | d236581f7b07310302ded4d2992f137466270361 (patch) | |
| tree | e0a0fb2e4489e3a89687178c1a504b1918bdc164 /unix/tclUnixNotfy.c | |
| parent | 555cf46f2a597a964fcbc80825343d8e281956d3 (diff) | |
| parent | efbb62b5bda42142f446bb8064d377473801c140 (diff) | |
| download | tcl-d236581f7b07310302ded4d2992f137466270361.zip tcl-d236581f7b07310302ded4d2992f137466270361.tar.gz tcl-d236581f7b07310302ded4d2992f137466270361.tar.bz2 | |
merge trunk
Diffstat (limited to 'unix/tclUnixNotfy.c')
| -rw-r--r-- | unix/tclUnixNotfy.c | 4 |
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. */ { |
