]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
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 709343f5057766a8d67a857e1e68c07216027d71..f56658bd0f37a7dda94aecdfc6c7e0ff4ffe4e6a 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 a7838b5ad79fbfe18edcb73ca1ba39ff96d2b075..fb5d258e28bf180218ee24422d20000164525a2d 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