diff options
-rw-r--r-- | bfd/ChangeLog | 4 | ||||
-rw-r--r-- | bfd/hosts/go32.h | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 7daebf7..5a426cc 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,7 @@ +Thu Mar 11 19:26:15 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) + + * hosts/go32.h: don't define POSIX_UTIME + Tue Mar 9 10:52:01 1993 Fred Fish (fnf@cygnus.com) * elf32.c (elf_object_p): Use ELF_ARCH stored in xvec to match diff --git a/bfd/hosts/go32.h b/bfd/hosts/go32.h index 92d80bc..34aff36 100644 --- a/bfd/hosts/go32.h +++ b/bfd/hosts/go32.h @@ -13,7 +13,6 @@ #define SEEK_SET 0 #define SEEK_CUR 1 -#define POSIX_UTIME #define NO_FCNTL /* EXACT TYPES */ |