[GHC] #8352: System function setitimer not detected in library process
#8352: System function setitimer not detected in library process -------------------------------------------+-------------------------- Reporter: trommler | Owner: Type: bug | Status: new Priority: normal | Milestone: 7.8.1 Component: libraries/process | Version: 7.7 Keywords: | Operating System: Linux Architecture: Unknown/Multiple | Type of failure: Other Difficulty: Easy (less than 1 hour) | Test Case: Blocked By: | Blocking: Related Tickets: | -------------------------------------------+-------------------------- Due to a spurious comma in configure.ac setitimer is not detected. I will attach a patch. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8352> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#8352: System function setitimer not detected in library process -------------------------------------+------------------------------------- Reporter: trommler | Owner: Type: bug | Status: patch Priority: normal | Milestone: 7.8.1 Component: | Version: 7.7 libraries/process | Keywords: Resolution: | Architecture: Unknown/Multiple Operating System: Linux | Difficulty: Easy (less than 1 Type of failure: Other | hour) Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------- Changes (by trommler): * status: new => patch -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8352#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#8352: System function setitimer not detected in library process -------------------------------------+------------------------------------- Reporter: trommler | Owner: Type: bug | Status: closed Priority: normal | Milestone: 7.8.1 Component: | Version: 7.7 libraries/process | Keywords: Resolution: fixed | Architecture: Unknown/Multiple Operating System: Linux | Difficulty: Easy (less than 1 Type of failure: Other | hour) Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------- Changes (by thoughtpolice): * status: patch => closed * resolution: => fixed Comment: Merged in {{{ commit 7c97999ee5bbeb02c04cfd3ff3acc306e6eec92b Author: Peter Trommler <ptrommler@acm.org> Date: Tue Sep 24 16:19:40 2013 +0200 Delete spurious comma in configure.ac (#8352) A comma in AC_CHECK_FUNCS prevented setitimer from being detected. Signed-off-by: Austin Seipp <austin@well-typed.com> }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8352#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC