[Git][ghc/ghc][wip/dcoutts/remove-signal-tickers] Note that rtsTimerSignal is deprecated.
Duncan Coutts pushed to branch wip/dcoutts/remove-signal-tickers at Glasgow Haskell Compiler / GHC Commits: b326559b by Duncan Coutts at 2026-03-25T09:35:19+00:00 Note that rtsTimerSignal is deprecated. - - - - - 1 changed file: - rts/include/rts/Timer.h Changes: ===================================== rts/include/rts/Timer.h ===================================== @@ -15,4 +15,4 @@ void startTimer (void); void stopTimer (void); -int rtsTimerSignal (void); +int rtsTimerSignal (void); // Deprecated: see issue #27073 View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b326559b5be820f0e3a58b4911683ca9... -- View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/b326559b5be820f0e3a58b4911683ca9... You're receiving this email because of your account on gitlab.haskell.org.
participants (1)
-
Duncan Coutts (@dcoutts)