X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=rts%2FRaiseAsync.h;h=805281443e2e6a9860263b30e55b1720761b6f81;hp=3ab96abac20b33fc74eb077c6c754ed5544a8151;hb=b19ba85c6ec3504a66b33243cfb43599d8c298a7;hpb=ab0e778ccfde61aed4c22679b24d175fc6cc9bf3 diff --git a/rts/RaiseAsync.h b/rts/RaiseAsync.h index 3ab96ab..8052814 100644 --- a/rts/RaiseAsync.h +++ b/rts/RaiseAsync.h @@ -38,7 +38,7 @@ nat throwTo (Capability *cap, // the Capability we hold void throwToReleaseTarget (void *tso); #endif -void maybePerformBlockedException (Capability *cap, StgTSO *tso); +int maybePerformBlockedException (Capability *cap, StgTSO *tso); void awakenBlockedExceptionQueue (Capability *cap, StgTSO *tso); /* Determine whether a thread is interruptible (ie. blocked