diff options
author | Tony Luck <tony.luck@intel.com> | 2016-03-26 00:37:32 +0300 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2016-03-26 00:37:32 +0300 |
commit | 2d5ae5c2c7025b3bac264545f88b4d958fbdccc8 (patch) | |
tree | b61714e9b62b03c30d74c2530e55714037bf0cf4 /arch/ia64/include/asm/unistd.h | |
parent | 1701f680407c6cc05121566cef5293d33881fe71 (diff) | |
download | linux-2d5ae5c2c7025b3bac264545f88b4d958fbdccc8.tar.xz |
[IA64] Enable preadv2 and pwritev2 syscalls for ia64
New system calls added in:
f17d8b35452cab31a70d224964cd583fb2845449
vfs: vfs: Define new syscalls preadv2,pwritev2
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/include/asm/unistd.h')
-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 6a8685051b67..8c85209753ab 100644 --- a/arch/ia64/include/asm/unistd.h +++ b/arch/ia64/include/asm/unistd.h @@ -11,7 +11,7 @@ -#define NR_syscalls 324 /* length of syscall table */ +#define NR_syscalls 326 /* length of syscall table */ /* * The following defines stop scripts/checksyscalls.sh from complaining about |