[PATCH 04/12] linux: Update mips vDSO symbols
Adhemerval Zanella
adhemerval.zanella@linaro.org
Thu Dec 12 18:16:00 GMT 2019
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.
---
sysdeps/unix/sysv/linux/mips/sysdep.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/sysdeps/unix/sysv/linux/mips/sysdep.h b/sysdeps/unix/sysv/linux/mips/sysdep.h
index 2470f32d58..defad8eb62 100644
--- a/sysdeps/unix/sysv/linux/mips/sysdep.h
+++ b/sysdeps/unix/sysv/linux/mips/sysdep.h
@@ -22,3 +22,4 @@
/* 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"
--
2.17.1
More information about the Libc-alpha
mailing list