diff options
Diffstat (limited to 'ghc/rts/Task.c')
| -rw-r--r-- | ghc/rts/Task.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ghc/rts/Task.c b/ghc/rts/Task.c index c720538995..6579abc3ae 100644 --- a/ghc/rts/Task.c +++ b/ghc/rts/Task.c @@ -200,7 +200,7 @@ stopTaskManager () } void -resetTaskManagerAfterFork () +resetTaskManagerAfterFork ( void ) { rts_n_waiting_tasks = 0; taskCount = 0; |
