update prototype following inputReady->fdReady change
authorSimon Marlow <simonmar@microsoft.com>
Thu, 14 Jun 2007 09:53:09 +0000 (09:53 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 14 Jun 2007 09:53:09 +0000 (09:53 +0000)
include/HsBase.h

index 3d2000d..dfe6840 100644 (file)
@@ -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;