mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
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.
This commit is contained in:
@ -1,5 +1,7 @@
|
|||||||
2019-09-17 Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
2019-09-17 Adhemerval Zanella <adhemerval.zanella@linaro.org>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Remove file.
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
|
* sysdeps/unix/sysv/linux/mips/mips32/sysdep.h
|
||||||
(INTERNAL_VSYSCALL_CALL): Remove.
|
(INTERNAL_VSYSCALL_CALL): Remove.
|
||||||
* sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
|
* sysdeps/unix/sysv/linux/mips/mips64/n32/sysdep.h
|
||||||
|
@ -1 +0,0 @@
|
|||||||
#include <sysdeps/posix/time.c>
|
|
Reference in New Issue
Block a user