[project @ 1998-05-12 16:40:09 by sof]
[ghc-hetmet.git] / ghc / lib / std / cbits / stgio.h
index 05213ec..e5f62df 100644 (file)
@@ -85,6 +85,7 @@ StgInt        inputReady  PROTO((StgForeignObj,StgInt));
 
 /* openFile.lc */
 StgAddr openFile PROTO((StgByteArray, StgByteArray));
+StgAddr openFd   PROTO((StgInt, StgByteArray));
 
 /* readFile.lc */
 StgInt readBlock PROTO((StgAddr, StgForeignObj, StgInt));