diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2019-12-11 11:15:21 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-01-03 11:22:07 -0300 |
commit | 2d77a447510c18ec0255546b7016e47677296e00 (patch) | |
tree | 6097619cc3be04915e04a88f2ee49d1c983d6951 /sysdeps/unix/sysv | |
parent | a9091a12444d551977adb6d8b45b2007881f1b8b (diff) | |
download | glibc-2d77a447510c18ec0255546b7016e47677296e00.tar glibc-2d77a447510c18ec0255546b7016e47677296e00.tar.gz glibc-2d77a447510c18ec0255546b7016e47677296e00.tar.bz2 glibc-2d77a447510c18ec0255546b7016e47677296e00.zip |
linux: Enable vDSO clock_gettime64 for i386
It was added on Linux 5.3 (commit 22ca962288c0a).
Checked on i686-linux-gnu with 5.3.0 kernel.
Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/sysdep.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/sysdep.h b/sysdeps/unix/sysv/linux/i386/sysdep.h index 12b895d1b1..4aa7bb496a 100644 --- a/sysdeps/unix/sysv/linux/i386/sysdep.h +++ b/sysdeps/unix/sysv/linux/i386/sysdep.h @@ -314,6 +314,7 @@ struct libc_do_syscall_args /* 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 HAVE_TIME_VSYSCALL "__vdso_time" # define HAVE_CLOCK_GETRES_VSYSCALL "__vdso_clock_getres" |