Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Build fix for iOS; fixes #7759 | Ian Lynagh | 2013-04-21 | 1 | -1/+2 |
| | | | | | | | | | Patch from Stephen Blackheath. The issue here is that the #defines EVFILT_READ and EVFILT_WRITE have the values -1 and -2. The original code translates that to filterRead = Filter -1 which is wrong Haskell and fails to compile. The modified code produces the correct code filterRead = Filter (-1) | ||||
* | Add timer initialization for darwin. | Paolo Capriotti | 2012-04-17 | 1 | -10/+10 |
| | |||||
* | Define monotonic time function for Darwin. | Paolo Capriotti | 2012-04-17 | 1 | -0/+21 |