bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: I: coreutils-20041123: src/touch.c regression


From: Jim Meyering
Subject: Re: I: coreutils-20041123: src/touch.c regression
Date: Mon, 03 Jan 2005 20:26:35 +0100

"Dmitry V. Levin" <address@hidden> wrote:
...
> According to documentation, futimes() may also fail with ENOSYS; in this
> case, falling back on utimes() also looks reasonable:
>
>> +      if (errno != ENOENT)
>
> +      if (errno != ENOSYS && errno != ENOENT)

Thanks.
I've made that change.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]