OSDN Git Service

kill extern of vsyscall32_sysctl
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 13 Jun 2020 04:11:00 +0000 (00:11 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sun, 23 Oct 2022 22:06:55 +0000 (18:06 -0400)
it's been dead for years.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
arch/x86/include/asm/elf.h

index cb0ff10..289aa3c 100644 (file)
@@ -226,7 +226,6 @@ do {                                                                \
 /* I'm not sure if we can use '-' here */
 #define ELF_PLATFORM       ("x86_64")
 extern void set_personality_64bit(void);
-extern unsigned int sysctl_vsyscall32;
 extern int force_personality32;
 
 #endif /* !CONFIG_X86_32 */