From 92a11f30b8be39f9ef8974a1dec91ee45659e95f Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Thu, 14 Jun 2007 09:53:09 +0000 Subject: [PATCH] update prototype following inputReady->fdReady change --- include/HsBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/HsBase.h b/include/HsBase.h index 3d2000d..dfe6840 100644 --- a/include/HsBase.h +++ b/include/HsBase.h @@ -147,7 +147,7 @@ extern HsWord64 getUSecOfDay(void); #endif /* in inputReady.c */ -int inputReady(int fd, int msecs, int isSock); +extern int fdReady(int fd, int write, int msecs, int isSock); /* in Signals.c */ extern HsInt nocldstop; -- 1.7.10.4