diff options
Diffstat (limited to 'rts/posix/Itimer.c')
-rw-r--r-- | rts/posix/Itimer.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/rts/posix/Itimer.c b/rts/posix/Itimer.c index 57c7741cc7..f8b9f66d4d 100644 --- a/rts/posix/Itimer.c +++ b/rts/posix/Itimer.c @@ -280,3 +280,11 @@ rtsTimerSignal(void) { return ITIMER_SIGNAL; } + +// Local Variables: +// mode: C +// fill-column: 80 +// indent-tabs-mode: nil +// c-basic-offset: 4 +// buffer-file-coding-system: utf-8-unix +// End: |