[project @ 1997-05-18 04:25:36 by sof]
authorsof <unknown>
Sun, 18 May 1997 04:25:36 +0000 (04:25 +0000)
committersof <unknown>
Sun, 18 May 1997 04:25:36 +0000 (04:25 +0000)
inputReady prototype; extra arg

ghc/lib/cbits/stgio.h

index d6b9b02..7e43675 100644 (file)
@@ -80,7 +80,7 @@ int     unlockFile  PROTO((int));
 StgInt getLock     PROTO((StgForeignObj, StgInt));
 
 /* inputReady.lc */
-StgInt inputReady  PROTO((StgForeignObj));
+StgInt inputReady  PROTO((StgForeignObj,StgInt));
 
 /* openFile.lc */
 StgAddr openFile PROTO((StgByteArray, StgByteArray));