From: Stan Shebs Date: Thu, 24 Feb 1994 00:56:32 +0000 (+0000) Subject: Wed Feb 23 16:52:51 1994 Stan Shebs (shebs@andros.cygnus.com) X-Git-Tag: gdb-4_18~15408 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=30d7f715a9d1ffb5ca11b66c4de1879a315f8636;p=platform%2Fupstream%2Fbinutils.git Wed Feb 23 16:52:51 1994 Stan Shebs (shebs@andros.cygnus.com) * hosts/mpw.h (fstat): Declare. (mpw_fstat): Eliminate mentions. --- diff --git a/bfd/ChangeLog.mpw b/bfd/ChangeLog.mpw index 709343f..f56658b 100644 --- a/bfd/ChangeLog.mpw +++ b/bfd/ChangeLog.mpw @@ -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. diff --git a/bfd/hosts/mpw.h b/bfd/hosts/mpw.h index a7838b5..fb5d258 100644 --- a/bfd/hosts/mpw.h +++ b/bfd/hosts/mpw.h @@ -64,15 +64,15 @@ #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