[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1397211951-20549-6-git-send-email-miklos@szeredi.hu>
Date: Fri, 11 Apr 2014 12:25:41 +0200
From: Miklos Szeredi <miklos@...redi.hu>
To: linux-arch@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: Miklos Szeredi <mszeredi@...e.cz>,
Catalin Marinas <catalin.marinas@....com>
Subject: [PATCH 05/15] arm64: add renameat2 syscall
From: Miklos Szeredi <mszeredi@...e.cz>
Signed-off-by: Miklos Szeredi <mszeredi@...e.cz>
Cc: Catalin Marinas <catalin.marinas@....com>
---
arch/arm64/include/asm/unistd32.h | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/arch/arm64/include/asm/unistd32.h b/arch/arm64/include/asm/unistd32.h
index faa0e1ce59df..c8d8fc17bd5a 100644
--- a/arch/arm64/include/asm/unistd32.h
+++ b/arch/arm64/include/asm/unistd32.h
@@ -403,8 +403,9 @@ __SYSCALL(378, sys_kcmp)
__SYSCALL(379, sys_finit_module)
__SYSCALL(380, sys_sched_setattr)
__SYSCALL(381, sys_sched_getattr)
+__SYSCALL(382, sys_renameat2)
-#define __NR_compat_syscalls 382
+#define __NR_compat_syscalls 383
/*
* Compat syscall numbers used by the AArch64 kernel.
--
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