This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH v2 6/8] sparc64: Use linux generic time implementation


I will commit this shortly if no one opposes, after I tested on the affected
architectures.

On 05/09/2019 17:56, Adhemerval Zanella wrote:
> 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.
> ---
>  sysdeps/unix/sysv/linux/sparc/sparc64/time.c | 1 -
>  1 file changed, 1 deletion(-)
>  delete mode 100644 sysdeps/unix/sysv/linux/sparc/sparc64/time.c
> 
> 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 509b580c55..0000000000
> --- a/sysdeps/unix/sysv/linux/sparc/sparc64/time.c
> +++ /dev/null
> @@ -1 +0,0 @@
> -#include <sysdeps/posix/time.c>
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]