X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;ds=sidebyside;f=gzip.c;h=affde9eb386166150d410354e554b715c9520bc7;hb=cc4933f3af4a06bfbe17ee54f7ee175eb1a2f3a9;hp=bddab9824cf7a0a6080c70d159a9db7fbc268582;hpb=6dc06d9d5547e15bad92107516e8ee9fcdace318;p=gzip diff --git a/gzip.c b/gzip.c index bddab98..affde9e 100644 --- a/gzip.c +++ b/gzip.c @@ -1642,7 +1642,7 @@ local void copy_stat(ifstat) } } - if (futimens (ofd, ofname, timespec) != 0) + if (gz_futimens (ofd, ofname, timespec) != 0) { int e = errno; WARN ((stderr, "%s: ", program_name));