[project @ 2004-11-10 03:20:31 by wolfgang]
[ghc-hetmet.git] / ghc / rts / Signals.h
index 93cc889..09ecec0 100644 (file)
@@ -1,5 +1,4 @@
 /* -----------------------------------------------------------------------------
- * $Id: Signals.h,v 1.12 2003/10/20 17:15:29 sof Exp $
  *
  * (c) The GHC Team, 1998-1999
  *
@@ -29,6 +28,7 @@ extern void markSignalHandlers (evac_fn evac);
 extern void initDefaultHandlers(void);
 
 extern void handleSignalsInThisThread(void);
+extern void handleSignalsInPrevThread(void);
 
 #elif defined(mingw32_TARGET_OS)
 #define RTS_USER_SIGNALS 1