Commit 87562ed9 authored by Al Viro's avatar Al Viro

kill extern of vsyscall32_sysctl

it's been dead for years.
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 9a938eba
...@@ -226,7 +226,6 @@ do { \ ...@@ -226,7 +226,6 @@ do { \
/* I'm not sure if we can use '-' here */ /* I'm not sure if we can use '-' here */
#define ELF_PLATFORM ("x86_64") #define ELF_PLATFORM ("x86_64")
extern void set_personality_64bit(void); extern void set_personality_64bit(void);
extern unsigned int sysctl_vsyscall32;
extern int force_personality32; extern int force_personality32;
#endif /* !CONFIG_X86_32 */ #endif /* !CONFIG_X86_32 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment