[project @ 2003-07-23 13:08:55 by simonpj]
[ghc-hetmet.git] / ghc / includes / PrimOps.h
index 1331d04..cf67e61 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: PrimOps.h,v 1.101 2003/06/09 14:10:04 matthewc Exp $
+ * $Id: PrimOps.h,v 1.103 2003/07/03 15:14:57 sof Exp $
  *
  * (c) The GHC Team, 1998-2000
  *
@@ -244,6 +244,7 @@ EXTFUN_RTS(delayzh_fast);
 #ifdef mingw32_TARGET_OS
 EXTFUN_RTS(asyncReadzh_fast);
 EXTFUN_RTS(asyncWritezh_fast);
+EXTFUN_RTS(asyncDoProczh_fast);
 #endif
 
 
@@ -253,6 +254,7 @@ EXTFUN_RTS(asyncWritezh_fast);
 
 EXTFUN_RTS(catchzh_fast);
 EXTFUN_RTS(raisezh_fast);
+EXTFUN_RTS(raiseIOzh_fast);
 
 extern void stg_exit(int n)  __attribute__ ((noreturn));