diff options
author | Austin Seipp <austin@well-typed.com> | 2014-08-22 08:51:38 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2014-08-22 08:52:13 -0500 |
commit | 4748f5936fe72d96edfa17b153dbfd84f2c4c053 (patch) | |
tree | ed5ad9f4fda46023a74010ecce38e3b47e17959b /includes | |
parent | 22520cd7071e624cb3cbde6fdd65e872855dd6ff (diff) | |
download | haskell-4748f5936fe72d96edfa17b153dbfd84f2c4c053.tar.gz |
Revert "rts/base: Fix #9423"
This should fix the Windows fallout, and hopefully this will be fixed
once that's sorted out.
This reverts commit f9f89b7884ccc8ee5047cf4fffdf2b36df6832df.
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'includes')
-rw-r--r-- | includes/rts/IOManager.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/includes/rts/IOManager.h b/includes/rts/IOManager.h index 7bf2cdf43c..1c331b97af 100644 --- a/includes/rts/IOManager.h +++ b/includes/rts/IOManager.h @@ -26,8 +26,7 @@ void sendIOManagerEvent (HsWord32 event); #else -void setIOManagerControlFd (nat cap_no, int fd); -void setTimerManagerControlFd(int fd); +void setIOManagerControlFd (int fd); void setIOManagerWakeupFd (int fd); #endif |