diff options
author | David MacKenzie <djm@cygnus> | 1993-12-15 17:08:52 +0000 |
---|---|---|
committer | David MacKenzie <djm@cygnus> | 1993-12-15 17:08:52 +0000 |
commit | f8af9b40a2f10cab37d3db70a60d08808b6ac9d6 (patch) | |
tree | e924744838c3c33d1d2486d82f17308bbd65d0bf /bfd/hosts | |
parent | 29f5c3cb1531d7812c8cdbec0c28247e58d656d9 (diff) | |
download | gdb-f8af9b40a2f10cab37d3db70a60d08808b6ac9d6.zip gdb-f8af9b40a2f10cab37d3db70a60d08808b6ac9d6.tar.gz gdb-f8af9b40a2f10cab37d3db70a60d08808b6ac9d6.tar.bz2 |
cleanups and mach3 changes
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 88db740..dc16af0 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(); this causes error with time.h on mach3 */ +/*extern int time(); this causes error with time.h on mach3 */ extern int utimes(); extern int vfprintf(); extern long atol(); |