summaryrefslogtreecommitdiff
path: root/includes/rts/Threads.h
diff options
context:
space:
mode:
Diffstat (limited to 'includes/rts/Threads.h')
-rw-r--r--includes/rts/Threads.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/rts/Threads.h b/includes/rts/Threads.h
index 866c4692bd..f45d351c2b 100644
--- a/includes/rts/Threads.h
+++ b/includes/rts/Threads.h
@@ -36,7 +36,7 @@ StgTSO *createStrictIOThread (Capability *cap, W_ stack_size,
StgClosure *closure);
// Suspending/resuming threads around foreign calls
-void * suspendThread (StgRegTable *, rtsBool interruptible);
+void * suspendThread (StgRegTable *, bool interruptible);
StgRegTable * resumeThread (void *);
//