diff options
author | Dmitry Astapov <dastapov@gmail.com> | 2010-12-08 18:37:55 +0000 |
---|---|---|
committer | Dmitry Astapov <dastapov@gmail.com> | 2010-12-08 18:37:55 +0000 |
commit | 47808bdc0bae8e5ba2910c85ea6c0699af01e97c (patch) | |
tree | e7363676d679cdad80a819c42a15864c69541da6 /includes/rts | |
parent | 2590ff4374466b196da479c2776c35336b9f0495 (diff) | |
download | haskell-47808bdc0bae8e5ba2910c85ea6c0699af01e97c.tar.gz |
Export the value of the signal used by scheduler (#4504)
Diffstat (limited to 'includes/rts')
-rw-r--r-- | includes/rts/Timer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/rts/Timer.h b/includes/rts/Timer.h index 39edeb2937..9563f6a449 100644 --- a/includes/rts/Timer.h +++ b/includes/rts/Timer.h @@ -16,5 +16,6 @@ void startTimer (void); void stopTimer (void); +int rtsTimerSignal (void); #endif /* RTS_TIMER_H */ |