diff options
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(); |