diff options
Diffstat (limited to 'rts/posix/Itimer.h')
-rw-r--r-- | rts/posix/Itimer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/posix/Itimer.h b/rts/posix/Itimer.h index 4cae935710..b67c8c442e 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 */ |