diff options
author | Miklos Szeredi <mszeredi@suse.cz> | 2014-05-20 10:59:38 +0200 |
---|---|---|
committer | Miklos Szeredi <mszeredi@suse.cz> | 2014-05-20 10:59:38 +0200 |
commit | 3ca976a2cf95c1d4254a1eb8e13b5063522691d5 (patch) | |
tree | 08a4e6034aa0313012e1df188e1cb09bc54c1c15 /arch/ia64/include/asm | |
parent | 18e480aa07f78abc7938adfe1035a5d9ce188ad8 (diff) | |
download | op-kernel-dev-3ca976a2cf95c1d4254a1eb8e13b5063522691d5.zip op-kernel-dev-3ca976a2cf95c1d4254a1eb8e13b5063522691d5.tar.gz |
ia64: add renameat2 syscall
Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>
Acked-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/include/asm')
-rw-r--r-- | arch/ia64/include/asm/unistd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/ia64/include/asm/unistd.h b/arch/ia64/include/asm/unistd.h index ae763d8b..fb13dc5 100644 --- a/arch/ia64/include/asm/unistd.h +++ b/arch/ia64/include/asm/unistd.h @@ -11,7 +11,7 @@ -#define NR_syscalls 314 /* length of syscall table */ +#define NR_syscalls 315 /* length of syscall table */ /* * The following defines stop scripts/checksyscalls.sh from complaining about |