diff options
author | David MacKenzie <djm@cygnus> | 1993-10-29 19:05:11 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1993-10-29 19:05:11 +0000 |
commit | 66efa7af07b36882e2c21453cc09e5b7ffe0d091 (patch) | |
tree | e61776903aa04f61c20b7b5a43b0b3c242aadcd9 /bfd/hosts | |
parent | c3b34cfd3b1745f096997203661d67b607dbf5e1 (diff) | |
download | gdb-66efa7af07b36882e2c21453cc09e5b7ffe0d091.zip gdb-66efa7af07b36882e2c21453cc09e5b7ffe0d091.tar.gz gdb-66efa7af07b36882e2c21453cc09e5b7ffe0d091.tar.bz2 |
test
Diffstat (limited to 'bfd/hosts')
-rw-r--r-- | bfd/hosts/std-host.h | 2 |
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(); |