[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: master 349798a9b8: Demote errors from utimensat copying directories
From: |
Po Lu |
Subject: |
Re: master 349798a9b8: Demote errors from utimensat copying directories |
Date: |
Sat, 26 Aug 2023 17:33:59 +0800 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Eli Zaretskii <eliz@gnu.org> writes:
> Maybe I'm misunderstanding, but the comment in fileio.c seems to imply
> that the problem is with Gnulib's replacement for futimens:
>
> if (futimens (ofd, ts) != 0
> /* Various versions of the Android C library are missing
> futimens, prompting Gnulib to install a fallback that
> uses fdutimens instead. However, fdutimens is not
> supported on many Android kernels, so just silently fail
> if errno is ENOTSUP or ENOSYS. */
The comment in fileio.c I revised is orthogonal to the change to
files.el; I just fixed a typo while reviewing code adjascent to
set-file-times.