mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-30 21:44:19 +08:00
remove extern time() decl
This commit is contained in:
parent
8d3be8030e
commit
fec552ce18
@ -1,3 +1,7 @@
|
||||
Mon Oct 11 14:11:32 1993 david d `zoo' zuhn (zoo@rtl.cygnus.com)
|
||||
|
||||
* config/ho-sunos.h: remove extern time declaration
|
||||
|
||||
Mon Oct 11 16:14:43 1993 Ken Raeburn (raeburn@cambridge.cygnus.com)
|
||||
|
||||
* messages.c (as_fatal): Do mention that it's the assembler that
|
||||
|
@ -53,7 +53,6 @@ extern int sscanf ();
|
||||
extern int strcmp ();
|
||||
extern int strlen ();
|
||||
extern int strncmp ();
|
||||
extern int time ();
|
||||
extern int ungetc ();
|
||||
extern int vfprintf ();
|
||||
extern int vprintf ();
|
||||
|
Loading…
Reference in New Issue
Block a user