From: Adhemerval Zanella Date: Wed, 5 Jun 2019 14:02:35 +0000 (-0300) Subject: sparc64: Use linux generic time implementation X-Git-Tag: changelog-ends-here~56 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=87accae3978c77c1a50d19ea8e3da3f0248d2612;p=thirdparty%2Fglibc.git sparc64: Use linux generic time implementation There is no need to sparc64 provide an arch-specific implementation to route to POSIX one (which uses gettimeofday). Linux one already handles the case for architecture that does not have __NR_time. No semantic changes, checked against a build for sparc64-linux-gnu. * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Remove file. --- diff --git a/ChangeLog b/ChangeLog index c9acb336691..37d27960df6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,7 @@ 2019-09-17 Adhemerval Zanella + * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Remove file. + * sysdeps/unix/sysv/linux/mips/mips32/sysdep.h (INTERNAL_VSYSCALL_CALL): Remove. * sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h diff --git a/sysdeps/unix/sysv/linux/sparc/sparc64/time.c b/sysdeps/unix/sysv/linux/sparc/sparc64/time.c deleted file mode 100644 index 509b580c55e..00000000000 --- a/sysdeps/unix/sysv/linux/sparc/sparc64/time.c +++ /dev/null @@ -1 +0,0 @@ -#include