X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FItimer.c;h=1f98659a62cd6f1f233d2a6a529ebf71369980d1;hb=3943920735d121c55d1ae09c00c34503b979d0cf;hp=2f769d34f1db81cabce9a174f22d760de7b984bd;hpb=354a661d0164c8ac4e4e469ec77cf06c27e028f9;p=ghc-hetmet.git diff --git a/ghc/rts/Itimer.c b/ghc/rts/Itimer.c index 2f769d3..1f98659 100644 --- a/ghc/rts/Itimer.c +++ b/ghc/rts/Itimer.c @@ -1,5 +1,4 @@ /* ----------------------------------------------------------------------------- - * $Id: Itimer.c,v 1.36 2003/12/22 16:27:10 simonmar Exp $ * * (c) The GHC Team, 1995-1999 * @@ -92,7 +91,7 @@ int startTicker(nat ms, TickProc handle_tick) { # ifndef HAVE_SETITIMER - /* fprintf(stderr, "No virtual timer on this system\n"); */ + /* debugBelch("No virtual timer on this system\n"); */ return -1; # else struct itimerval it; @@ -112,7 +111,7 @@ int stopTicker() { # ifndef HAVE_SETITIMER - /* fprintf(stderr, "No virtual timer on this system\n"); */ + /* debugBelch("No virtual timer on this system\n"); */ return -1; # else struct itimerval it;