X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fposix%2FItimer.h;h=b67c8c442e938182d4f950bb581306ba40590c0c;hb=6bb8d64a971afce310df3349e8767b790c2845ee;hp=4cae9357101982c519a2773acb28f3cfd125e6cc;hpb=a2a67cd520b9841114d69a87a423dabcb3b4368e;p=ghc-hetmet.git diff --git a/rts/posix/Itimer.h b/rts/posix/Itimer.h index 4cae935..b67c8c4 100644 --- a/rts/posix/Itimer.h +++ b/rts/posix/Itimer.h @@ -9,6 +9,6 @@ #ifndef ITIMER_H #define ITIMER_H -extern lnat getourtimeofday ( void ); +RTS_PRIVATE lnat getourtimeofday ( void ); #endif /* ITIMER_H */