[CRIU] [PATCH 3/9] arm: syscalls -- Wire in sys_setgroups

Cyrill Gorcunov gorcunov at openvz.org
Thu Dec 17 01:14:11 PST 2015


Signed-off-by: Cyrill Gorcunov <gorcunov at openvz.org>
---
 arch/arm/syscall.def | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/syscall.def b/arch/arm/syscall.def
index b8b3b1a469cf..422aea47e3df 100644
--- a/arch/arm/syscall.def
+++ b/arch/arm/syscall.def
@@ -55,6 +55,7 @@ unlink				!	10	(char *pathname)
 readlink			78	85	(const char *path, char *buf, int bufsize)
 umask				166	60	(int mask)
 getgroups			158	205	(int gsize, unsigned int *groups)
+setgroups			159	206	(int gsize, unsigned int *groups)
 setresuid			147	164	(int uid, int euid, int suid)
 getresuid			148	165	(int *uid, int *euid, int *suid)
 setresgid			149	170	(int gid, int egid, int sgid)
-- 
2.5.0



More information about the CRIU mailing list