summaryrefslogtreecommitdiff
path: root/rts/posix/Itimer.c
diff options
context:
space:
mode:
Diffstat (limited to 'rts/posix/Itimer.c')
-rw-r--r--rts/posix/Itimer.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/rts/posix/Itimer.c b/rts/posix/Itimer.c
index 2dbf32d2f4..e46bb12546 100644
--- a/rts/posix/Itimer.c
+++ b/rts/posix/Itimer.c
@@ -245,3 +245,9 @@ getourtimeofday(void)
return (lnat)((StgWord64)tv.tv_sec * 1000 / interval +
(StgWord64)tv.tv_usec / (interval * 1000));
}
+
+int
+rtsTimerSignal(void)
+{
+ return ITIMER_SIGNAL;
+}