Skip to content
Snippets Groups Projects
Commit 80b09767 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-03-28 08:48:44 by simonmar]

ANSIfy function defn
parent 783e505e
No related merge requests found
/*
* (c) The GRASP/AQUA Project, Glasgow University, 1994-1998
*
* $Id: setBuffering.c,v 1.6 1999/11/25 16:54:15 simonmar Exp $
* $Id: setBuffering.c,v 1.7 2000/03/28 08:48:44 simonmar Exp $
*
* hSetBuffering Runtime Support
*/
......@@ -30,9 +30,7 @@
#define SB_BB (-2)
StgInt
setBuffering(ptr, size)
StgForeignPtr ptr;
StgInt size;
setBuffering(StgForeignPtr ptr, StgInt size)
{
IOFileObject* fo = (IOFileObject*)ptr;
int flags, rc=0;
......
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