[project @ 2001-10-27 22:05:48 by sof]
[ghc-hetmet.git] / ghc / includes / PrimOps.h
index 0100f49..ed65437 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: PrimOps.h,v 1.83 2001/09/24 00:22:59 ken Exp $
+ * $Id: PrimOps.h,v 1.84 2001/10/27 22:05:48 sof Exp $
  *
  * (c) The GHC Team, 1998-2000
  *
@@ -792,6 +792,7 @@ EXTFUN_RTS(unblockAsyncExceptionszh_fast);
 #define myThreadIdzh(t) (t = CurrentTSO)
 
 extern int cmp_thread(const StgTSO *tso1, const StgTSO *tso2);
+extern int rts_getThreadId(const StgTSO *tso);
 
 /* ------------------------------------------------------------------------
    Parallel PrimOps