mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Fix vDSO initialization on arm and mips
This commit is contained in:
@@ -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__
|
||||
|
||||
|
||||
Reference in New Issue
Block a user