From: Dmitry V. Levin Date: Tue, 30 Jun 2015 15:39:46 +0000 (+0000) Subject: alpha: wire up new syscalls X-Git-Tag: v4.11~495 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=25d729fd5a93af212afb9ef8f203877027692ba2;p=strace alpha: wire up new syscalls * linux/alpha/syscallent.h (getrandom, memfd_create, execveat): New entries. --- diff --git a/linux/alpha/syscallent.h b/linux/alpha/syscallent.h index 7a25b44c..f5930f2a 100644 --- a/linux/alpha/syscallent.h +++ b/linux/alpha/syscallent.h @@ -468,3 +468,6 @@ [508] = { 3, 0, sys_sched_setattr, "sched_setattr" }, [509] = { 4, 0, sys_sched_getattr, "sched_getattr" }, [510] = { 5, TD|TF, sys_renameat2, "renameat2" }, +[511] = { 3, 0, sys_getrandom, "getrandom", }, +[512] = { 2, TD, sys_memfd_create, "memfd_create", }, +[513] = { 5, TD|TF|TP|SE|SI, sys_execveat, "execveat", },