On Mon, May 04, 2015 at 01:58:57AM -0400, Mike Frysinger wrote:
On 04 May 2015 02:25, Max Filippov wrote:
From: "Anthony G. Basile" blueness@gentoo.org
We check if futimes is provided, and if it is not, we fall back on utimes which is POSIX.
imo we should use futimens everywhere. that is in POSIX.
Agreed. Then we don't need any extra conditionals.