aboutsummaryrefslogtreecommitdiffstats
path: root/arch/mips/vdso/vdso.lds.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips/vdso/vdso.lds.S')
-rw-r--r--arch/mips/vdso/vdso.lds.S4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/mips/vdso/vdso.lds.S b/arch/mips/vdso/vdso.lds.S
index 94d90c440590..da4627430aba 100644
--- a/arch/mips/vdso/vdso.lds.S
+++ b/arch/mips/vdso/vdso.lds.S
@@ -95,6 +95,10 @@ VERSION
global:
__vdso_clock_gettime;
__vdso_gettimeofday;
+ __vdso_clock_getres;
+#if _MIPS_SIM != _MIPS_SIM_ABI64
+ __vdso_clock_gettime64;
+#endif
#endif
local: *;
};