[GHC] #7723: iOS patch no 12: Itimer.c doesn't work on iOS
GHC
ghc-devs at haskell.org
Sun Sep 15 23:08:20 CEST 2013
#7723: iOS patch no 12: Itimer.c doesn't work on iOS
--------------------------------------+---------------------------
Reporter: StephenBlackheath | Owner:
Type: bug | Status: patch
Priority: normal | Milestone: 7.8.1
Component: Runtime System | Version: 7.7
Resolution: | Keywords:
Operating System: Other | Architecture: arm
Type of failure: None/Unknown | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
--------------------------------------+---------------------------
Changes (by StephenBlackheath):
* status: new => patch
Comment:
lukexi has determined that the change we made here is not necessary in the
current version of Xcode, so I've prepared & attached a patch to revert
it. This is a simple reversion generated like this:
{{{
stephen-blackheaths-mac-mini:ghc blackh$ git diff
e7817396e8ec5c45689b1c7d6fa852623bb12b33^! > patch
stephen-blackheaths-mac-mini:ghc blackh$ cat patch | patch -p1 -R
patching file rts/posix/Itimer.c
stephen-blackheaths-mac-mini:ghc blackh$ git diff > ios-revert-itimer-
change.patch
(edit out some junk at the top)
}}}
Thanks for your patience on this issue.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/7723#comment:12>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list