diff options
Diffstat (limited to 'arch/i386/kernel')
-rw-r--r-- | arch/i386/kernel/syscall_table.S | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/i386/kernel/syscall_table.S b/arch/i386/kernel/syscall_table.S index a988b40e5945..1b665928336b 100644 --- a/arch/i386/kernel/syscall_table.S +++ b/arch/i386/kernel/syscall_table.S | |||
@@ -307,3 +307,5 @@ ENTRY(sys_call_table) | |||
307 | .long sys_readlinkat /* 305 */ | 307 | .long sys_readlinkat /* 305 */ |
308 | .long sys_fchmodat | 308 | .long sys_fchmodat |
309 | .long sys_faccessat | 309 | .long sys_faccessat |
310 | .long sys_pselect6 | ||
311 | .long sys_ppoll | ||