From: Dmitry V. Levin Date: Fri, 1 Sep 2017 00:56:59 +0000 (+0000) Subject: alpha: wire up new syscalls X-Git-Tag: v4.19~24 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=170c3ead53a06ecf43e677bccdf59ec44d143597;p=strace alpha: wire up new syscalls * linux/alpha/syscallent.h [514..522]: New entries. --- diff --git a/linux/alpha/syscallent.h b/linux/alpha/syscallent.h index 1a4f9879..5a72bb24 100644 --- a/linux/alpha/syscallent.h +++ b/linux/alpha/syscallent.h @@ -477,3 +477,12 @@ [511] = { 3, 0, SEN(getrandom), "getrandom" }, [512] = { 2, TD, SEN(memfd_create), "memfd_create" }, [513] = { 5, TD|TF|TP|SE|SI, SEN(execveat), "execveat" }, +[514] = { 3, 0, SEN(seccomp), "seccomp" }, +[515] = { 3, TD, SEN(bpf), "bpf" }, +[516] = { 1, TD, SEN(userfaultfd), "userfaultfd" }, +[517] = { 2, 0, SEN(membarrier), "membarrier" }, +[518] = { 3, TM, SEN(mlock2), "mlock2" }, +[519] = { 6, TD, SEN(copy_file_range), "copy_file_range" }, +[520] = { 6, TD, SEN(preadv2), "preadv2" }, +[521] = { 6, TD, SEN(pwritev2), "pwritev2" }, +[522] = { 5, TD|TF|TSTA, SEN(statx), "statx" },