X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=rts%2Fposix%2FItimer.h;h=b67c8c442e938182d4f950bb581306ba40590c0c;hb=890f22ef8eff8dbb5b31fa221dfce65a7b84c202;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 */