aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid MacKenzie <djm@cygnus>1993-10-29 19:05:11 +0000
committerDavid MacKenzie <djm@cygnus>1993-10-29 19:05:11 +0000
commit66efa7af07b36882e2c21453cc09e5b7ffe0d091 (patch)
treee61776903aa04f61c20b7b5a43b0b3c242aadcd9
parentc3b34cfd3b1745f096997203661d67b607dbf5e1 (diff)
downloadgdb-66efa7af07b36882e2c21453cc09e5b7ffe0d091.zip
gdb-66efa7af07b36882e2c21453cc09e5b7ffe0d091.tar.gz
gdb-66efa7af07b36882e2c21453cc09e5b7ffe0d091.tar.bz2
test
-rw-r--r--bfd/hosts/std-host.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/bfd/hosts/std-host.h b/bfd/hosts/std-host.h
index 0a17229..88db740 100644
--- a/bfd/hosts/std-host.h
+++ b/bfd/hosts/std-host.h
@@ -76,7 +76,7 @@ extern char *strrchr();
extern char *ctime();
extern int _flsbuf();
extern int fclose();
-extern int time();
+/* extern int time(); this causes error with time.h on mach3 */
extern int utimes();
extern int vfprintf();
extern long atol();