diff options
Diffstat (limited to 'binutils/ar.c')
-rw-r--r-- | binutils/ar.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/binutils/ar.c b/binutils/ar.c index 71918a7..7a3a477 100644 --- a/binutils/ar.c +++ b/binutils/ar.c @@ -727,7 +727,7 @@ extract_file (abfd) if (preserve_dates) { -#if POSIX_UTIME +#ifdef POSIX_UTIME struct utimbuf tb; tb.actime = buf.st_mtime; tb.modtime = buf.st_mtime; |