mirror of
https://git.musl-libc.org/git/musl
synced 2025-01-05 06:14:25 +03:00
wire up vdso clock_gettime for riscv32 and riscv64
This commit is contained in:
parent
f2375aacac
commit
9b6a24f9c5
@ -73,8 +73,7 @@ static inline long __syscall6(long n, long a, long b, long c, long d, long e, lo
|
||||
}
|
||||
|
||||
#define VDSO_USEFUL
|
||||
/* We don't have a clock_gettime function.
|
||||
#define VDSO_CGT_SYM "__vdso_clock_gettime"
|
||||
#define VDSO_CGT_VER "LINUX_2.6" */
|
||||
#define VDSO_CGT_VER "LINUX_4.15"
|
||||
|
||||
#define IPC_64 0
|
||||
|
@ -71,8 +71,7 @@ static inline long __syscall6(long n, long a, long b, long c, long d, long e, lo
|
||||
}
|
||||
|
||||
#define VDSO_USEFUL
|
||||
/* We don't have a clock_gettime function.
|
||||
#define VDSO_CGT_SYM "__vdso_clock_gettime"
|
||||
#define VDSO_CGT_VER "LINUX_2.6" */
|
||||
#define VDSO_CGT_VER "LINUX_4.15"
|
||||
|
||||
#define IPC_64 0
|
||||
|
Loading…
Reference in New Issue
Block a user