]> git.ipfire.org Git - thirdparty/glibc.git/commit
sparc64: Use linux generic time implementation
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 5 Jun 2019 14:02:35 +0000 (11:02 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 17 Sep 2019 20:09:26 +0000 (17:09 -0300)
commit87accae3978c77c1a50d19ea8e3da3f0248d2612
treee774f1042a5b46815297d42851f058bfa87d1f36
parent7c3eed786021ede69394fe371c9e7c8bd603f5a8
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.
ChangeLog
sysdeps/unix/sysv/linux/sparc/sparc64/time.c [deleted file]