Split GC.c, and move storage manager into sm/ directory
[ghc-hetmet.git] / rts / RaiseAsync.h
index 8e59d51..3ab96ab 100644 (file)
@@ -45,7 +45,7 @@ void awakenBlockedExceptionQueue  (Capability *cap, StgTSO *tso);
  * indefinitely).  Interruptible threads can be sent an exception with
  * killThread# even if they have async exceptions blocked.
  */
  * indefinitely).  Interruptible threads can be sent an exception with
  * killThread# even if they have async exceptions blocked.
  */
-STATIC_INLINE int
+INLINE_HEADER int
 interruptible(StgTSO *t)
 {
   switch (t->why_blocked) {
 interruptible(StgTSO *t)
 {
   switch (t->why_blocked) {