mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-27 04:41:02 +08:00
linux: Update mips vDSO symbols
The clock_getres is a new implementation added on Linux 5.4 (abed3d826f2f). Checked with a build against mips-linux-gnu and mips64-linux-gnu. Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
This commit is contained in:
parent
eca6aec6a3
commit
7bcaf77574
@ -22,6 +22,7 @@
|
||||
/* List of system calls which are supported as vsyscalls. */
|
||||
#define HAVE_CLOCK_GETTIME_VSYSCALL "__vdso_clock_gettime"
|
||||
#define HAVE_GETTIMEOFDAY_VSYSCALL "__vdso_gettimeofday"
|
||||
#define HAVE_CLOCK_GETRES_VSYSCALL "__vdso_clock_getres"
|
||||
|
||||
#ifndef __ASSEMBLER__
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user