summaryrefslogtreecommitdiff
path: root/ghc/lib/std/cbits/stgio.h
diff options
context:
space:
mode:
Diffstat (limited to 'ghc/lib/std/cbits/stgio.h')
-rw-r--r--ghc/lib/std/cbits/stgio.h16
1 files changed, 2 insertions, 14 deletions
diff --git a/ghc/lib/std/cbits/stgio.h b/ghc/lib/std/cbits/stgio.h
index 64cf6a2b43..9734281619 100644
--- a/ghc/lib/std/cbits/stgio.h
+++ b/ghc/lib/std/cbits/stgio.h
@@ -1,5 +1,5 @@
/* -----------------------------------------------------------------------------
- * $Id: stgio.h,v 1.27 2001/03/01 12:25:33 rrt 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,19 +15,7 @@
#include "stgerror.h"
#include "fileObject.h"
-/* Fix for mingwin stat */
-#ifdef mingw32_TARGET_OS
-/* Need to #define __MSVCRT__ to get these versions, but in order to do this
- early enough it's done in Stg.h (included by Rts.h) */
-#define Stat _stati64
-#define Fstat _fstati64
-#else
-#define Stat stat
-#define Fstat fstat
-#endif
-
-/* Function prototypes for the I/O subsytem...
- */
+/* Function prototypes for the I/O subsytem... */
/* closeFile.c */
StgAddr allocMemory__ (StgInt);