linux: Remove time64-support
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 16 Jun 2021 01:17:01 +0000 (22:17 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 22 Jun 2021 15:09:52 +0000 (12:09 -0300)
commit9465c3a9fb557d7ab98b1f2ecd0b8c28c43a8539
treeb12b3093d5495b08d08a6e2e0034b1a6cd082d0d
parent4ad8b4645c0869431dba632c3ace0061cc613379
linux: Remove time64-support

It breaks the usage case of live migration like CRIU or similar
and most usages can be optimized away by either building glibc with
a minimum 5.1 kernel or by using the 32-bit syscall for the common
case.

Checked on i686-linux-gnu on a 4.15 kernel and on a 5.11 kernel
(with and without --enable-kernel=5.1) and on x86_64-linux-gnu.

Reviewed-by: Lukasz Majewski <lukma@denx.de>
sysdeps/unix/sysv/linux/Makefile
sysdeps/unix/sysv/linux/time64-support.c [deleted file]
sysdeps/unix/sysv/linux/time64-support.h [deleted file]