diff options
Diffstat (limited to 'arch/x86/entry/vdso/vdso32/vdso32.lds.S')
| -rw-r--r-- | arch/x86/entry/vdso/vdso32/vdso32.lds.S | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/entry/vdso/vdso32/vdso32.lds.S b/arch/x86/entry/vdso/vdso32/vdso32.lds.S index 422764a81d32..8a3be07006bb 100644 --- a/arch/x86/entry/vdso/vdso32/vdso32.lds.S +++ b/arch/x86/entry/vdso/vdso32/vdso32.lds.S @@ -26,6 +26,9 @@ VERSION __vdso_clock_gettime; __vdso_gettimeofday; __vdso_time; + __vdso_clock_getres; + __vdso_clock_gettime64; + __vdso_getcpu; }; LINUX_2.5 { |
