Wed Feb 23 16:52:51 1994 Stan Shebs (shebs@andros.cygnus.com)
authorStan Shebs <shebs@codesourcery.com>
Thu, 24 Feb 1994 00:56:32 +0000 (00:56 +0000)
committerStan Shebs <shebs@codesourcery.com>
Thu, 24 Feb 1994 00:56:32 +0000 (00:56 +0000)
* hosts/mpw.h (fstat): Declare.
(mpw_fstat): Eliminate mentions.

bfd/ChangeLog.mpw
bfd/hosts/mpw.h

index 709343f..f56658b 100644 (file)
@@ -1,3 +1,8 @@
+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.
index a7838b5..fb5d258 100644 (file)
 
 #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