[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1397211951-20549-2-git-send-email-miklos@szeredi.hu>
Date: Fri, 11 Apr 2014 12:25:37 +0200
From: Miklos Szeredi <miklos@...redi.hu>
To: linux-arch@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: Miklos Szeredi <mszeredi@...e.cz>, "H. Peter Anvin" <hpa@...or.com>
Subject: [PATCH 01/15] i386: add renameat2 syscall
From: Miklos Szeredi <mszeredi@...e.cz>
Signed-off-by: Miklos Szeredi <mszeredi@...e.cz>
Cc: H. Peter Anvin <hpa@...or.com>
---
arch/x86/syscalls/syscall_32.tbl | 1 +
1 file changed, 1 insertion(+)
diff --git a/arch/x86/syscalls/syscall_32.tbl b/arch/x86/syscalls/syscall_32.tbl
index 96bc506ac6de..d6b867921612 100644
--- a/arch/x86/syscalls/syscall_32.tbl
+++ b/arch/x86/syscalls/syscall_32.tbl
@@ -359,3 +359,4 @@
350 i386 finit_module sys_finit_module
351 i386 sched_setattr sys_sched_setattr
352 i386 sched_getattr sys_sched_getattr
+353 i386 renameat2 sys_renameat2
--
1.8.1.4
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists