From: sof Date: Tue, 27 Nov 2001 01:57:59 +0000 (+0000) Subject: [project @ 2001-11-27 01:57:59 by sof] X-Git-Tag: Approximately_9120_patches~510 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=78a0cc3d194415feeb3a4f2146cea35a6b7d7619;p=ghc-hetmet.git [project @ 2001-11-27 01:57:59 by sof] make prev. commit compile on non-win32 boxes --- diff --git a/ghc/rts/Itimer.c b/ghc/rts/Itimer.c index 4b3bd0b..9df937b 100644 --- a/ghc/rts/Itimer.c +++ b/ghc/rts/Itimer.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Itimer.c,v 1.28 2001/11/27 01:51:23 sof Exp $ + * $Id: Itimer.c,v 1.29 2001/11/27 01:57:59 sof Exp $ * * (c) The GHC Team, 1995-1999 * @@ -178,7 +178,7 @@ startVirtTimer(nat ms) # else struct itimerval it; - install_vtalrm_handler(void) + install_vtalrm_handler(); timestamp = getourtimeofday();