diff options
author | David D. Zuhn <zoo@cygnus> | 1993-10-11 21:12:37 +0000 |
---|---|---|
committer | David D. Zuhn <zoo@cygnus> | 1993-10-11 21:12:37 +0000 |
commit | fec552ce180ae5ba0755a832e9f906fef660443d (patch) | |
tree | 8adb3d4508d5bfe14062931f07547559af4aa958 /gas/config/ho-sunos.h | |
parent | 8d3be8030ebb731b726197826704f612b6fd237a (diff) | |
download | binutils-gdb-fec552ce180ae5ba0755a832e9f906fef660443d.tar.gz |
remove extern time() decl
Diffstat (limited to 'gas/config/ho-sunos.h')
-rw-r--r-- | gas/config/ho-sunos.h | 1 |
1 files changed, 0 insertions, 1 deletions
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 (); |