Always use utimes() instead of utimensat() since the latter is not available
commit3b29641dac154382a8ac0339777794331a1cdbe0
authorD. Richard Hipp <drh@hwaci.com>
Fri, 12 Jan 2018 14:34:45 +0000 (12 14:34 +0000)
committerD. Richard Hipp <drh@hwaci.com>
Fri, 12 Jan 2018 14:34:45 +0000 (12 14:34 +0000)
treeb82b739053096a148e5678c4d2999b7057b065a5
parent72e0efc90c8257cfd8db0ba91db216d8ecf65f12
Always use utimes() instead of utimensat() since the latter is not available
even on some recent unix systems.
ext/misc/fileio.c