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 04/16] linux: Update x86 vDSO symbols


On 18/12/19 3:17 am, Adhemerval Zanella wrote:
> Add the missing time and clock_getres vDSO symbol names on x86.
> For time, the iFUNC already uses expected name so it affects only
> the static build.
> 
> The clock_getres is a new implementation added on Linux 5.3
> (f66501dc53e72).
> 
> Checked on x86-linux-gnu and i686-linux-gnu.
> ---
>  sysdeps/unix/sysv/linux/i386/sysdep.h   | 2 ++
>  sysdeps/unix/sysv/linux/x86/time.c      | 4 ----
>  sysdeps/unix/sysv/linux/x86_64/sysdep.h | 2 ++
>  3 files changed, 4 insertions(+), 4 deletions(-)
> 

OK.

Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>


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