From 30d7f715a9d1ffb5ca11b66c4de1879a315f8636 Mon Sep 17 00:00:00 2001 From: Stan Shebs Date: Thu, 24 Feb 1994 00:56:32 +0000 Subject: Wed Feb 23 16:52:51 1994 Stan Shebs (shebs@andros.cygnus.com) * hosts/mpw.h (fstat): Declare. (mpw_fstat): Eliminate mentions. --- bfd/hosts/mpw.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bfd/hosts') 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 -- cgit v1.1