linux: Consolidate utimes
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Thu, 9 Jul 2020 19:35:28 +0000 (16:35 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 28 Sep 2020 19:21:59 +0000 (16:21 -0300)
commit4af88f96dec03a7f732ac217e220afa4b48281d7
treed81ff41765e89537cbbc8d386b375e8dd487450e
parent7c7671767e58ad49f15cf99f6861eaf91e05f60b
linux: Consolidate utimes

The generic version does not have time64 support and Linux default
uses utimensat.  With hppa version gone, __ASSUME_UTIMES is not used
anymore.

Checked on x86_64-linux-gnu and i686-linux-gnu (on 5.4 and on 4.15
kernel).

Reviewed-by: Alistair Francis <alistair.francis@wdc.com>
sysdeps/unix/sysv/linux/generic/utimes.c [deleted file]
sysdeps/unix/sysv/linux/hppa/kernel-features.h
sysdeps/unix/sysv/linux/hppa/utimes.c [deleted file]