aboutsummaryrefslogtreecommitdiff
path: root/bfd/hosts/i386v.h
diff options
context:
space:
mode:
Diffstat (limited to 'bfd/hosts/i386v.h')
-rw-r--r--bfd/hosts/i386v.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/bfd/hosts/i386v.h b/bfd/hosts/i386v.h
index f1018c6..fe6e2fb 100644
--- a/bfd/hosts/i386v.h
+++ b/bfd/hosts/i386v.h
@@ -3,6 +3,7 @@
#include <stdio.h>
#include <sys/types.h>
#include <sys/stat.h>
+#include <sys/utime.h>
#include <ctype.h>
#include <string.h>
#include <sys/file.h>
@@ -12,11 +13,10 @@
#define SEEK_SET 0
#define SEEK_CUR 1
-/*
- * Some things that need to be defined in order to make code written for
- * BSD Unix compile under System V ("USG") Unix. This file should be
- * conditionally included in the source.
- */
+#define POSIX_UTIME
+
+/* Some things that need to be defined in order to make code written for
+ BSD Unix compile under System V Unix. */
#include <memory.h>
#define bcmp(b1,b2,len) memcmp(b1,b2,len)