X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Flib%2Fstd%2Fcbits%2Fstgio.h;h=97342816190c8c3c8bf2c3f45e44d35cf72bea52;hb=eb256e9af970565f79a66f8731bdaeddcc96a3a6;hp=1734b6424cab72e6f23ca05a29d2a7b57a617e39;hpb=ba44023202adf345a7b29af3050bfafd336b5b58;p=ghc-hetmet.git diff --git a/ghc/lib/std/cbits/stgio.h b/ghc/lib/std/cbits/stgio.h index 1734b64..9734281 100644 --- a/ghc/lib/std/cbits/stgio.h +++ b/ghc/lib/std/cbits/stgio.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: stgio.h,v 1.25 2001/01/16 14:06:14 simonmar Exp $ + * $Id: stgio.h,v 1.28 2001/04/02 16:10:33 rrt Exp $ * * (c) The GRASP/AQUA Project, Glasgow University, 1994-1999 * @@ -15,8 +15,7 @@ #include "stgerror.h" #include "fileObject.h" -/* Function prototypes for the I/O subsytem... - */ +/* Function prototypes for the I/O subsytem... */ /* closeFile.c */ StgAddr allocMemory__ (StgInt); @@ -172,8 +171,8 @@ StgInt write_ (StgForeignPtr ptr, StgAddr buf, StgInt len); /* tcSetAttr.c */ #ifdef HAVE_TERMIOS_H #include -#endif int tcSetAttr (int fd, int options, const struct termios *tp); +#endif #endif /* ! STGIO_H */