diff options
Diffstat (limited to 'rts/posix/itimer/Setitimer.c')
-rw-r--r-- | rts/posix/itimer/Setitimer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/posix/itimer/Setitimer.c b/rts/posix/itimer/Setitimer.c index 30dfa211a7..bdf537d478 100644 --- a/rts/posix/itimer/Setitimer.c +++ b/rts/posix/itimer/Setitimer.c @@ -73,7 +73,7 @@ stopTicker(void) } void -exitTicker (rtsBool wait STG_UNUSED) +exitTicker (bool wait STG_UNUSED) { return; } |