X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2FRaiseAsync.h;h=805281443e2e6a9860263b30e55b1720761b6f81;hb=e4417dcd4679da9c6b18c02ff667199c572bed89;hp=3ab96abac20b33fc74eb077c6c754ed5544a8151;hpb=ab0e778ccfde61aed4c22679b24d175fc6cc9bf3;p=ghc-hetmet.git 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