[PATCH v4 9/9] x86: Hook up 32 bit compat epoll_pwait1 syscall

From: Fam Zheng
Date: Mon Mar 09 2015 - 21:52:48 EST


Signed-off-by: Fam Zheng <famz@xxxxxxxxxx>
---
arch/x86/syscalls/syscall_32.tbl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/x86/syscalls/syscall_32.tbl b/arch/x86/syscalls/syscall_32.tbl
index bf912d8..5728c2e 100644
--- a/arch/x86/syscalls/syscall_32.tbl
+++ b/arch/x86/syscalls/syscall_32.tbl
@@ -366,4 +366,4 @@
357 i386 bpf sys_bpf
358 i386 execveat sys_execveat stub32_execveat
359 i386 epoll_ctl_batch sys_epoll_ctl_batch
-360 i386 epoll_pwait1 sys_epoll_pwait1
+360 i386 epoll_pwait1 sys_epoll_pwait1 compat_sys_epoll_pwait1
--
1.9.3

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/