diff options
Diffstat (limited to 'bfd/hosts/delta88.h')
-rw-r--r-- | bfd/hosts/delta88.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bfd/hosts/delta88.h b/bfd/hosts/delta88.h index 4337d22..2632705 100644 --- a/bfd/hosts/delta88.h +++ b/bfd/hosts/delta88.h @@ -10,6 +10,8 @@ #include <stdio.h> +#define USE_UTIME + #ifndef DONTDECLARE_MALLOC extern PTR EXFUN(malloc,(unsigned)); extern PTR EXFUN(realloc, (PTR, unsigned)); @@ -52,7 +54,7 @@ extern char *ctime(); extern int _flsbuf(); extern int fclose(); extern int time(); -extern int utimes(); +extern int utime(); extern int vfprintf(); extern long atol(); extern char *getenv(); |