Skip to content
Snippets Groups Projects
Commit caf0846c authored by sof's avatar sof
Browse files

[project @ 1997-10-21 20:39:45 by sof]

Renamed freeStdChannel to freeStdFile
parent 24bb1c55
No related merge requests found
......@@ -8,12 +8,12 @@
#include "rtsdefs.h"
#include "stgio.h"
/* sigh, the standard channels are handled differently,
we don't want them freed via the ForeignObj finaliser,
as we probably want to use these channels before we
*really* shutdown (dumping stats etc.)
/* sigh, the FILEs attached to the standard descriptors are
handled differently. We don't want them freed via the
ForeignObj finaliser, as we probably want to use these
before we *really* shut down (dumping stats etc.)
*/
void freeStdChannel(fp)
void freeStdFile(fp)
StgForeignObj fp;
{ return; }
......
......@@ -51,7 +51,7 @@ StgInt fileSize PROTO((StgForeignObj, StgByteArray));
StgInt flushFile PROTO((StgForeignObj));
/* freeFile.lc */
void freeStdChannel PROTO((StgForeignObj));
void freeStdFile PROTO((StgForeignObj));
void freeFile PROTO((StgForeignObj));
/* getBufferMode.lc */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment