From 25d729fd5a93af212afb9ef8f203877027692ba2 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Tue, 30 Jun 2015 15:39:46 +0000 Subject: [PATCH] alpha: wire up new syscalls * linux/alpha/syscallent.h (getrandom, memfd_create, execveat): New entries. --- linux/alpha/syscallent.h | 3 +++ 1 file changed, 3 insertions(+) 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", }, -- 2.40.0