From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fam Zheng Subject: [PATCH v4 9/9] x86: Hook up 32 bit compat epoll_pwait1 syscall Date: Tue, 10 Mar 2015 09:49:15 +0800 Message-ID: <1425952155-27603-10-git-send-email-famz@redhat.com> References: <1425952155-27603-1-git-send-email-famz@redhat.com> Return-path: In-Reply-To: <1425952155-27603-1-git-send-email-famz@redhat.com> Sender: linux-fsdevel-owner@vger.kernel.org To: linux-kernel@vger.kernel.org Cc: Thomas Gleixner , Ingo Molnar , "H. Peter Anvin" , x86@kernel.org, Alexander Viro , Andrew Morton , Kees Cook , Andy Lutomirski , David Herrmann , Alexei Starovoitov , Miklos Szeredi , David Drysdale , Oleg Nesterov , "David S. Miller" , Vivek Goyal , Mike Frysinger , Theodore Ts'o , Heiko Carstens , Rasmus Villemoes , Rashika Kheria , Hugh Dickins , Mathieu Desnoyers , Fam Zheng , Peter Zijlstra List-Id: linux-api@vger.kernel.org Signed-off-by: Fam Zheng --- 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