summaryrefslogtreecommitdiffstats
path: root/macosx
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2017-03-29 14:35:44 (GMT)
committerdgp <dgp@users.sourceforge.net>2017-03-29 14:35:44 (GMT)
commitd236581f7b07310302ded4d2992f137466270361 (patch)
treee0a0fb2e4489e3a89687178c1a504b1918bdc164 /macosx
parent555cf46f2a597a964fcbc80825343d8e281956d3 (diff)
parentefbb62b5bda42142f446bb8064d377473801c140 (diff)
downloadtcl-d236581f7b07310302ded4d2992f137466270361.zip
tcl-d236581f7b07310302ded4d2992f137466270361.tar.gz
tcl-d236581f7b07310302ded4d2992f137466270361.tar.bz2
merge trunk
Diffstat (limited to 'macosx')
-rw-r--r--macosx/tclMacOSXNotify.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/macosx/tclMacOSXNotify.c b/macosx/tclMacOSXNotify.c
index a7f26b7..1af73de 100644
--- a/macosx/tclMacOSXNotify.c
+++ b/macosx/tclMacOSXNotify.c
@@ -385,8 +385,7 @@ static CFStringRef tclEventsOnlyRunLoopMode = NULL;
*/
static void StartNotifierThread(void);
-static void NotifierThreadProc(ClientData clientData)
- __attribute__ ((__noreturn__));
+static TCL_NORETURN void NotifierThreadProc(ClientData clientData);
static int FileHandlerEventProc(Tcl_Event *evPtr, int flags);
static void TimerWakeUp(CFRunLoopTimerRef timer, void *info);
static void QueueFileEvents(void *info);
@@ -1753,7 +1752,7 @@ TclUnixWaitForFile(
*----------------------------------------------------------------------
*/
-static void
+static TCL_NORETURN void
NotifierThreadProc(
ClientData clientData) /* Not used. */
{