diff options
author | David D. Zuhn <zoo@cygnus> | 1993-08-02 19:18:38 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-08-02 19:18:38 +0000 |
commit | 19d06401a48157fed653b6842b61d2db7060b03e (patch) | |
tree | 557eb2dbd566b80aacd4fd8098b5ab0f295472d2 /bfd/hosts/sun3.h | |
parent | c178776de472955022d9647cbb8b44f8df2c7d3c (diff) | |
download | gdb-19d06401a48157fed653b6842b61d2db7060b03e.zip gdb-19d06401a48157fed653b6842b61d2db7060b03e.tar.gz gdb-19d06401a48157fed653b6842b61d2db7060b03e.tar.bz2 |
remove some conflicting decls
Diffstat (limited to 'bfd/hosts/sun3.h')
-rw-r--r-- | bfd/hosts/sun3.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bfd/hosts/sun3.h b/bfd/hosts/sun3.h index 8089e85..220ac09 100644 --- a/bfd/hosts/sun3.h +++ b/bfd/hosts/sun3.h @@ -34,7 +34,6 @@ extern char *memchr(); extern char *strrchr(); extern int chmod(); extern int fstat(); -extern int sscanf(); extern int stat(); extern int strtol(); #ifndef DONTDECLARE_MALLOC @@ -46,7 +45,6 @@ extern char *strrchr(); extern char *ctime(); extern int _flsbuf(); extern int fclose(); -extern int time(); extern int utimes(); extern int vfprintf(); extern long atol(); |