diff options
author | Stan Shebs <shebs@codesourcery.com> | 1994-02-24 00:56:32 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1994-02-24 00:56:32 +0000 |
commit | 30d7f715a9d1ffb5ca11b66c4de1879a315f8636 (patch) | |
tree | abf62eb3fb3e75b3599a5b89fb7ea5dae683bd50 /bfd | |
parent | 08c5812ce129cfb225b9f305c0f8ab5dace11de3 (diff) | |
download | gdb-30d7f715a9d1ffb5ca11b66c4de1879a315f8636.zip gdb-30d7f715a9d1ffb5ca11b66c4de1879a315f8636.tar.gz gdb-30d7f715a9d1ffb5ca11b66c4de1879a315f8636.tar.bz2 |
Wed Feb 23 16:52:51 1994 Stan Shebs (shebs@andros.cygnus.com)
* hosts/mpw.h (fstat): Declare.
(mpw_fstat): Eliminate mentions.
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/ChangeLog.mpw | 5 | ||||
-rw-r--r-- | bfd/hosts/mpw.h | 4 |
2 files changed, 7 insertions, 2 deletions
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 |