summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorAustin Seipp <austin@well-typed.com>2014-08-22 08:51:38 -0500
committerAustin Seipp <austin@well-typed.com>2014-08-22 08:52:13 -0500
commit4748f5936fe72d96edfa17b153dbfd84f2c4c053 (patch)
treeed5ad9f4fda46023a74010ecce38e3b47e17959b /includes
parent22520cd7071e624cb3cbde6fdd65e872855dd6ff (diff)
downloadhaskell-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.h3
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