mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
Merge pull request #4362 from MilhouseVH/le10_glibc-time-fix
linux: arm: vdso: add vdso_clock_gettime64 syscall for non virtual timers
This commit is contained in:
commit
a7939cfe95
@ -0,0 +1,12 @@
|
|||||||
|
diff --git a/arch/arm/kernel/vdso.c b/arch/arm/kernel/vdso.c
|
||||||
|
index e0330a25e1..28cfe7bad1 100644
|
||||||
|
--- a/arch/arm/kernel/vdso.c
|
||||||
|
+++ b/arch/arm/kernel/vdso.c
|
||||||
|
@@ -184,6 +184,7 @@ static void __init patch_vdso(void *ehdr)
|
||||||
|
if (!cntvct_ok) {
|
||||||
|
vdso_nullpatch_one(&einfo, "__vdso_gettimeofday");
|
||||||
|
vdso_nullpatch_one(&einfo, "__vdso_clock_gettime");
|
||||||
|
+ vdso_nullpatch_one(&einfo, "__vdso_clock_gettime64");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user