From eb502f72cda31fc9ebe37689491a0fdac93f67c8 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 24 Sep 2019 12:16:37 +0200 Subject: Fix vDSO initialization on arm and mips --- sysdeps/unix/sysv/linux/mips/sysdep.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sysdeps/unix/sysv/linux/mips/sysdep.h') diff --git a/sysdeps/unix/sysv/linux/mips/sysdep.h b/sysdeps/unix/sysv/linux/mips/sysdep.h index b2045fcc55..82a3cf9f3d 100644 --- a/sysdeps/unix/sysv/linux/mips/sysdep.h +++ b/sysdeps/unix/sysv/linux/mips/sysdep.h @@ -20,8 +20,8 @@ #define VDSO_HASH 61765110 /* List of system calls which are supported as vsyscalls. */ -#define HAVE_CLOCK_GETTIME_VSYSCALL "__vdso_gettimeofday" -#define HAVE_GETTIMEOFDAY_VSYSCALL "__vdso_clock_gettime" +#define HAVE_CLOCK_GETTIME_VSYSCALL "__vdso_clock_gettime" +#define HAVE_GETTIMEOFDAY_VSYSCALL "__vdso_gettimeofday" #ifndef __ASSEMBLER__ -- cgit v1.2.3-70-g09d2