X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FItimer.h;h=f3a185ad1877bd9691b5d2f7e69c171bca910a10;hb=b88636e4adb08964c77467b70858ee5bc6bcf4e5;hp=2430ec1a3868d584748af059258c5030200bf583;hpb=5a4ec9379ff8e96ab7a75ea1854bf2005db01050;p=ghc-hetmet.git diff --git a/ghc/rts/Itimer.h b/ghc/rts/Itimer.h index 2430ec1..f3a185a 100644 --- a/ghc/rts/Itimer.h +++ b/ghc/rts/Itimer.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Itimer.h,v 1.7 2000/08/25 13:12:07 simonmar Exp $ + * $Id: Itimer.h,v 1.8 2001/11/21 20:55:10 sof Exp $ * * (c) The GHC Team 1998-1999 * @@ -20,7 +20,7 @@ extern rtsBool do_prof_ticks; /* profiling ticks on/off */ /* Total number of ticks since startup */ extern lnat total_ticks; -nat initialize_virtual_timer ( nat ms ); +int initialize_virtual_timer ( nat ms ); int install_vtalrm_handler ( void ); void block_vtalrm_signal ( void ); void unblock_vtalrm_signal ( void );