diff options
author | Richard Henderson <rth@twiddle.net> | 2017-06-23 14:19:59 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2017-08-29 12:01:43 -0700 |
commit | a720830613eaa25eb5bc9b76705a88a36296709a (patch) | |
tree | 654ab0590c0be94e528cc2e4582530bd6649ae2d /arch/alpha/include/uapi | |
parent | e42faf553c8d7bdd4735cc6b9a9e969aa985d078 (diff) |
alpha: Update for new syscalls
Signed-off-by: Richard Henderson <rth@twiddle.net>
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'arch/alpha/include/uapi')
-rw-r--r-- | arch/alpha/include/uapi/asm/unistd.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/arch/alpha/include/uapi/asm/unistd.h b/arch/alpha/include/uapi/asm/unistd.h index aa33bf5aacb6..a2945fea6c86 100644 --- a/arch/alpha/include/uapi/asm/unistd.h +++ b/arch/alpha/include/uapi/asm/unistd.h @@ -475,5 +475,19 @@ #define __NR_getrandom 511 #define __NR_memfd_create 512 #define __NR_execveat 513 +#define __NR_seccomp 514 +#define __NR_bpf 515 +#define __NR_userfaultfd 516 +#define __NR_membarrier 517 +#define __NR_mlock2 518 +#define __NR_copy_file_range 519 +#define __NR_preadv2 520 +#define __NR_pwritev2 521 +#define __NR_statx 522 + +/* Alpha doesn't have protection keys. */ +#define __IGNORE_pkey_mprotect +#define __IGNORE_pkey_alloc +#define __IGNORE_pkey_free #endif /* _UAPI_ALPHA_UNISTD_H */ |