[project @ 2004-10-15 07:48:29 by simonmar]
authorsimonmar <unknown>
Fri, 15 Oct 2004 07:48:29 +0000 (07:48 +0000)
committersimonmar <unknown>
Fri, 15 Oct 2004 07:48:29 +0000 (07:48 +0000)
Declare rtsSupportsBoundThreads() here.

This change should have gone through with the threaded RTS I/O changes
yesterday.

ghc/includes/RtsExternal.h

index 96c92d2..ad47e82 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: RtsExternal.h,v 1.5 2004/10/04 05:54:04 dons Exp $
+ * $Id: RtsExternal.h,v 1.6 2004/10/15 07:48:29 simonmar Exp $
  *
  * (c) The GHC Team, 1998-2004
  *
@@ -38,6 +38,7 @@ extern int cmp_thread(StgPtr tso1, StgPtr tso2);
 extern int rts_getThreadId(StgPtr tso);
 extern int forkOS_createThread ( HsStablePtr entry );
 extern StgInt forkProcess(HsStablePtr *entry);
+extern StgBool rtsSupportsBoundThreads(void);
 
 /* grimy low-level support functions defined in StgPrimFloat.c */
 extern StgDouble __encodeDouble (I_ size, StgByteArray arr, I_ e);