mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-27 04:41:02 +08:00
linux: Enable vDSO clock_gettime64 for arm
It was added on Linux 5.5 (commit 74d06efb9c2f9). Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
This commit is contained in:
parent
2d77a44751
commit
93e4db49b4
@ -389,6 +389,7 @@ __local_syscall_error: \
|
||||
|
||||
/* List of system calls which are supported as vsyscalls. */
|
||||
#define HAVE_CLOCK_GETTIME_VSYSCALL "__vdso_clock_gettime"
|
||||
#define HAVE_CLOCK_GETTIME64_VSYSCALL "__vdso_clock_gettime64"
|
||||
#define HAVE_GETTIMEOFDAY_VSYSCALL "__vdso_gettimeofday"
|
||||
|
||||
#define LOAD_ARGS_0()
|
||||
|
Loading…
Reference in New Issue
Block a user