From: David D. Zuhn Date: Mon, 11 Oct 1993 21:12:37 +0000 (+0000) Subject: remove extern time() decl X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fec552ce180ae5ba0755a832e9f906fef660443d;p=binutils-gdb.git remove extern time() decl --- diff --git a/gas/ChangeLog b/gas/ChangeLog index 63b29365645..b278f9e5cd5 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -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 diff --git a/gas/config/ho-sunos.h b/gas/config/ho-sunos.h index 2ba3360b8c4..8346b55c084 100644 --- a/gas/config/ho-sunos.h +++ b/gas/config/ho-sunos.h @@ -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 ();