diff options
Diffstat (limited to 'bfd/hosts')
-rw-r--r-- | bfd/hosts/mpw.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 |