diff options
Diffstat (limited to 'rts/RtsAPI.c')
-rw-r--r-- | rts/RtsAPI.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/RtsAPI.c b/rts/RtsAPI.c index e72430743e..f009de7b64 100644 --- a/rts/RtsAPI.c +++ b/rts/RtsAPI.c @@ -602,7 +602,7 @@ rts_unlock (Capability *cap) // random point in the future, which causes problems for // freeTaskManager(). ACQUIRE_LOCK(&cap->lock); - releaseCapability_(cap,rtsFalse); + releaseCapability_(cap,false); // Finally, we can release the Task to the free list. boundTaskExiting(task); |