* hosts/mpw.h (fstat): Declare.
(mpw_fstat): Eliminate mentions.
+Wed Feb 23 16:52:51 1994 Stan Shebs (shebs@andros.cygnus.com)
+
+ * hosts/mpw.h (fstat): Declare.
+ (mpw_fstat): Eliminate mentions.
+
Tue Feb 15 12:44:30 1994 Stan Shebs (shebs@andros.cygnus.com)
* mpw-make.in (CSEARCH): Add include/mpw to search path.
#define NO_FCNTL
+int fstat ();
+
FILE *mpw_fopen ();
-int mpw_fstat ();
int mpw_fseek ();
void mpw_abort ();
/* Map these standard functions to improved versions in libiberty. */
#define fopen mpw_fopen
-#define fstat mpw_fstat
#define fseek mpw_fseek
#define abort mpw_abort