X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fposix%2FItimer.h;h=b67c8c442e938182d4f950bb581306ba40590c0c;hb=209e093599d0d4db5487d124895d817c55b7c052;hp=09d01bde54e48f9e862a095ad3ccb500f2914e3a;hpb=0065d5ab628975892cea1ec7303f968c3338cbe1;p=ghc-hetmet.git diff --git a/rts/posix/Itimer.h b/rts/posix/Itimer.h index 09d01bd..b67c8c4 100644 --- a/rts/posix/Itimer.h +++ b/rts/posix/Itimer.h @@ -9,11 +9,6 @@ #ifndef ITIMER_H #define ITIMER_H -extern lnat getourtimeofday ( void ); -#if 0 -/* unused */ -extern void block_vtalrm_signal ( void ); -extern void unblock_vtalrm_signal ( void ); -#endif +RTS_PRIVATE lnat getourtimeofday ( void ); #endif /* ITIMER_H */