aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts
diff options
context:
space:
mode:
authorStan Shebs <shebs@codesourcery.com>1994-02-24 00:56:32 +0000
committerStan Shebs <shebs@codesourcery.com>1994-02-24 00:56:32 +0000
commit30d7f715a9d1ffb5ca11b66c4de1879a315f8636 (patch)
treeabf62eb3fb3e75b3599a5b89fb7ea5dae683bd50 /bfd/hosts
parent08c5812ce129cfb225b9f305c0f8ab5dace11de3 (diff)
downloadgdb-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/hosts')
-rw-r--r--bfd/hosts/mpw.h4
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