diff options
Diffstat (limited to 'arch/x86/kernel/syscall_table_32.S')
-rw-r--r-- | arch/x86/kernel/syscall_table_32.S | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/x86/kernel/syscall_table_32.S b/arch/x86/kernel/syscall_table_32.S index 24a3f1ea6a0e..66154769d52f 100644 --- a/arch/x86/kernel/syscall_table_32.S +++ b/arch/x86/kernel/syscall_table_32.S | |||
@@ -330,3 +330,4 @@ ENTRY(sys_call_table) | |||
330 | .long sys_eventfd2 | 330 | .long sys_eventfd2 |
331 | .long sys_epoll_create2 | 331 | .long sys_epoll_create2 |
332 | .long sys_dup3 /* 330 */ | 332 | .long sys_dup3 /* 330 */ |
333 | .long sys_pipe2 | ||