We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef99691 commit 290a447Copy full SHA for 290a447
arch/x86/include/asm/syscall_wrapper.h
@@ -86,7 +86,7 @@ extern long __ia32_sys_ni_syscall(const struct pt_regs *regs);
86
}
87
88
#define __SYS_NI(abi, name) \
89
- SYSCALL_ALIAS(__##abi##_##name, sys_ni_posix_timers)
+ SYSCALL_ALIAS(__##abi##_##name, sys_ni_posix_timers);
90
91
#ifdef CONFIG_X86_64
92
#define __X64_SYS_STUB0(name) \
0 commit comments