aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/syscall_table_32.S
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/kernel/syscall_table_32.S')
-rw-r--r--arch/x86/kernel/syscall_table_32.S6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/x86/kernel/syscall_table_32.S b/arch/x86/kernel/syscall_table_32.S
index adff5562f5fd..d44395ff34c3 100644
--- a/arch/x86/kernel/syscall_table_32.S
+++ b/arch/x86/kernel/syscall_table_32.S
@@ -326,3 +326,9 @@ ENTRY(sys_call_table)
.long sys_fallocate
.long sys_timerfd_settime /* 325 */
.long sys_timerfd_gettime
+ .long sys_signalfd4
+ .long sys_eventfd2
+ .long sys_epoll_create1
+ .long sys_dup3 /* 330 */
+ .long sys_pipe2
+ .long sys_inotify_init1