summaryrefslogtreecommitdiff
path: root/rts/posix/itimer/TimerCreate.c
Commit message (Collapse)AuthorAgeFilesLines
* Kill Itimer.hBen Gamari2016-05-011-1/+0
| | | | It declared nothing.
* rts: Split up Itimer.cBen Gamari2016-05-011-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