From 3426e0b6521a88603c4d79fb636c075072373e4a Mon Sep 17 00:00:00 2001 From: sof Date: Sun, 18 May 1997 04:25:36 +0000 Subject: [PATCH] [project @ 1997-05-18 04:25:36 by sof] inputReady prototype; extra arg --- ghc/lib/cbits/stgio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/lib/cbits/stgio.h b/ghc/lib/cbits/stgio.h index d6b9b02..7e43675 100644 --- a/ghc/lib/cbits/stgio.h +++ b/ghc/lib/cbits/stgio.h @@ -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)); -- 1.7.10.4