From: sof Date: Sun, 18 May 1997 04:25:36 +0000 (+0000) Subject: [project @ 1997-05-18 04:25:36 by sof] X-Git-Tag: Approximately_1000_patches_recorded~666 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=3426e0b6521a88603c4d79fb636c075072373e4a;p=ghc-hetmet.git [project @ 1997-05-18 04:25:36 by sof] inputReady prototype; extra arg --- 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));