diff options
Diffstat (limited to 'rts/posix/Itimer.c')
-rw-r--r-- | rts/posix/Itimer.c | 2 |
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); |