aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2019-11-29 09:22:50 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-01-03 10:02:05 -0300
commit7bcaf77574ae654974979c8c6d5f6a170c644a6e (patch)
treee958382f60e278ba6bffa06628869ae733d6e0ba
parenteca6aec6a30f5b21987000ccd0a0ead642592e18 (diff)
downloadglibc-7bcaf77574ae654974979c8c6d5f6a170c644a6e.tar
glibc-7bcaf77574ae654974979c8c6d5f6a170c644a6e.tar.gz
glibc-7bcaf77574ae654974979c8c6d5f6a170c644a6e.tar.bz2
glibc-7bcaf77574ae654974979c8c6d5f6a170c644a6e.zip
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>
-rw-r--r--sysdeps/unix/sysv/linux/mips/sysdep.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/mips/sysdep.h b/sysdeps/unix/sysv/linux/mips/sysdep.h
index b401b19a3a..184bf88e41 100644
--- a/sysdeps/unix/sysv/linux/mips/sysdep.h
+++ b/sysdeps/unix/sysv/linux/mips/sysdep.h
@@ -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__