musl/arch
Rich Felker b93183e399 don't use futimesat syscall as utimensat fallback on x32
kernel support for x32 was added long after the utimensat syscall was
already available, so having a fallback is just wasted code size.

also, for changes related to time64 support on 32-bit archs, I want to
be able to assume the old futimesat syscall always works with longs,
which is true except for x32. by ensuring that it's not used on x32,
the needed invariant is established.
2019-07-27 13:43:13 -04:00
..
aarch64 decouple struct stat from kernel type 2019-07-18 19:38:12 -04:00
arm decouple struct stat from kernel type 2019-07-18 19:38:12 -04:00
generic math: add fp_arch.h with fp_barrier and fp_force_eval 2019-04-17 13:06:43 -04:00
i386 decouple struct stat from kernel type 2019-07-18 19:38:12 -04:00
m68k decouple struct stat from kernel type 2019-07-18 19:38:12 -04:00
microblaze decouple struct stat from kernel type 2019-07-18 19:38:12 -04:00
mips remove mips/n32/64 stat struct hacks from syscall machinery 2019-07-18 19:38:37 -04:00
mips64 remove mips/n32/64 stat struct hacks from syscall machinery 2019-07-18 19:38:37 -04:00
mipsn32 remove mips/n32/64 stat struct hacks from syscall machinery 2019-07-18 19:38:37 -04:00
or1k decouple struct stat from kernel type 2019-07-18 19:38:12 -04:00
powerpc decouple struct stat from kernel type 2019-07-18 19:38:12 -04:00
powerpc64 decouple struct stat from kernel type 2019-07-18 19:38:12 -04:00
riscv64 decouple struct stat from kernel type 2019-07-18 19:38:12 -04:00
s390x decouple struct stat from kernel type 2019-07-18 19:38:12 -04:00
sh decouple struct stat from kernel type 2019-07-18 19:38:12 -04:00
x32 don't use futimesat syscall as utimensat fallback on x32 2019-07-27 13:43:13 -04:00
x86_64 decouple struct stat from kernel type 2019-07-18 19:38:12 -04:00