Add SA_RESTART flag to the timer signal handler.
authorSimon Marlow <simonmar@microsoft.com>
Thu, 6 Apr 2006 14:48:36 +0000 (14:48 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 6 Apr 2006 14:48:36 +0000 (14:48 +0000)
commit1494f895d69a33df2f8d855f73943faec5c6858e
tree7932743cbeaa37105bcd9b5746c4def06fa5a03c
parentd7d596d039b48dec6b71df9c4bca0d12958ecdb9
Add SA_RESTART flag to the timer signal handler.
This seems to be necessary to prevent readline being confused by our
SIGALRM handler.
ghc/rts/posix/Itimer.c