aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-x86/vdso.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-x86/vdso.h')
-rw-r--r--include/asm-x86/vdso.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/asm-x86/vdso.h b/include/asm-x86/vdso.h
index 629bcb6e8e45..9bb86899abf0 100644
--- a/include/asm-x86/vdso.h
+++ b/include/asm-x86/vdso.h
@@ -25,4 +25,11 @@ extern const char VDSO32_PRELINK[];
25 (void *) (VDSO32_##name - VDSO32_PRELINK + (unsigned long) (base)); }) 25 (void *) (VDSO32_##name - VDSO32_PRELINK + (unsigned long) (base)); })
26#endif 26#endif
27 27
28/*
29 * These symbols are defined with the addresses in the vsyscall page.
30 * See vsyscall-sigreturn.S.
31 */
32extern void __user __kernel_sigreturn;
33extern void __user __kernel_rt_sigreturn;
34
28#endif /* asm-x86/vdso.h */ 35#endif /* asm-x86/vdso.h */