Wrap gcc on Windows, to provide the -B flags
[ghc-hetmet.git] / rts / RaiseAsync.h
index 6f7c305..96eb96e 100644 (file)
@@ -13,6 +13,9 @@
 #define THROWTO_BLOCKED   1
 
 #ifndef CMINUSMINUS
+
+BEGIN_RTS_PRIVATE
+
 void throwToSingleThreaded (Capability *cap,
                            StgTSO *tso,
                            StgClosure *exception);
@@ -64,6 +67,8 @@ interruptible(StgTSO *t)
   }
 }
 
+END_RTS_PRIVATE
+
 #endif /* CMINUSMINUS */
 
 #endif /* RAISEASYNC_H */