From: Adhemerval Zanella Date: Mon, 10 Feb 2020 20:59:57 +0000 (-0300) Subject: alpha: Use generic gettimeofday implementation X-Git-Tag: glibc-2.32~671 X-Git-Url: https://sourceware.org/git/?a=commitdiff_plain;h=c953219420;p=glibc.git alpha: Use generic gettimeofday implementation It makes alpha no longer reports information about a system-wide time zone and moves the version logic on the alpha implementation. Checked on a build and check-abi for alpha-linux-gnu. Reviewed-by: Lukasz Majewski --- diff --git a/sysdeps/unix/sysv/linux/alpha/gettimeofday.c b/sysdeps/unix/sysv/linux/alpha/gettimeofday.c index 6bb8dfa877..7ad3c6a412 100644 --- a/sysdeps/unix/sysv/linux/alpha/gettimeofday.c +++ b/sysdeps/unix/sysv/linux/alpha/gettimeofday.c @@ -18,5 +18,12 @@ /* We can use the generic implementation, but we have to override its default symbol version. */ -#define VERSION_gettimeofday GLIBC_2.1 +#undef weak_alias +#define weak_alias(a,b) +#undef strong_alias +#define strong_alias(a, b) #include