Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Kill Itimer.h | Ben Gamari | 2016-05-01 | 1 | -1/+0 |
| | | | | It declared nothing. | ||||
* | rts: Split up Itimer.c | Ben Gamari | 2016-05-01 | 1 | -0/+93 |
This shouldn't have any functional changes. It merely splits up what are essentially three distinct codepaths which are melding together with CPP. At the moment I merely #include the implementation to use with CPP although this really feels very yucky. Reviewers: erikd, austin, simonmar Reviewed By: simonmar Subscribers: thomie Differential Revision: https://phabricator.haskell.org/D2130 |