diff options
author | K. Richard Pixley <rich@cygnus> | 1992-05-06 18:11:49 +0000 |
---|---|---|
committer | K. Richard Pixley <rich@cygnus> | 1992-05-06 18:11:49 +0000 |
commit | 5a9b659196a4c5f00620b41cae80a9b9df2ccd4b (patch) | |
tree | 92dc566c8fd41d360d51983b830fa035692a3a0d /bfd | |
parent | 58137c4d79ebd9ccd612d1bd8a11f163974f47b7 (diff) | |
download | gdb-5a9b659196a4c5f00620b41cae80a9b9df2ccd4b.zip gdb-5a9b659196a4c5f00620b41cae80a9b9df2ccd4b.tar.gz gdb-5a9b659196a4c5f00620b41cae80a9b9df2ccd4b.tar.bz2 |
fix cc compile failure
Diffstat (limited to 'bfd')
-rw-r--r-- | bfd/hosts/sun3.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bfd/hosts/sun3.h b/bfd/hosts/sun3.h index d6a1a54..7670684 100644 --- a/bfd/hosts/sun3.h +++ b/bfd/hosts/sun3.h @@ -37,7 +37,6 @@ extern int fwrite(); extern int sscanf(); extern int stat(); extern int strtol(); -void free(); char *malloc(); char *realloc(); extern char *strrchr(); |