summaryrefslogtreecommitdiff
path: root/rts/posix/Itimer.c
diff options
context:
space:
mode:
authorSimon Marlow <marlowsd@gmail.com>2010-01-27 13:54:30 +0000
committerSimon Marlow <marlowsd@gmail.com>2010-01-27 13:54:30 +0000
commitbb7b45dcf16118fb03bf28aea08a168ac6598a33 (patch)
treec00d93fb485c63f1a6fb4b1b6de6daaf0cc949d4 /rts/posix/Itimer.c
parentcb7e8821e9c08537bce370b56442c02ba28decd3 (diff)
downloadhaskell-bb7b45dcf16118fb03bf28aea08a168ac6598a33.tar.gz
Don't Terminate the ticker thread (#3748)
Diffstat (limited to 'rts/posix/Itimer.c')
-rw-r--r--rts/posix/Itimer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/posix/Itimer.c b/rts/posix/Itimer.c
index 3a09e804b5..2dbf32d2f4 100644
--- a/rts/posix/Itimer.c
+++ b/rts/posix/Itimer.c
@@ -221,7 +221,7 @@ stopTicker(void)
}
void
-exitTicker(void)
+exitTicker (rtsBool wait STG_UNUSED)
{
#if defined(USE_TIMER_CREATE)
timer_delete(timer);