[CRIU] [PATCH 2/9] ppc64: syscalls -- Wire in sys_setgroups

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


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

diff --git a/arch/ppc64/syscall-ppc64.def b/arch/ppc64/syscall-ppc64.def
index 68419acc77d0..bce66f5201c5 100644
--- a/arch/ppc64/syscall-ppc64.def
+++ b/arch/ppc64/syscall-ppc64.def
@@ -53,6 +53,7 @@ __NR_unlink		10		sys_unlink		(char *pathname)
 __NR_readlink		85		sys_readlink		(const char *path, char *buf, int bufsize)
 __NR_umask		60		sys_umask		(int mask)
 __NR_getgroups		80		sys_getgroups		(int gsize, unsigned int *groups)
+__NR_setgroups		81		sys_setgroups		(int gsize, unsigned int *groups)
 __NR_setresuid		164		sys_setresuid		(int uid, int euid, int suid)
 __NR_getresuid		165		sys_getresuid		(int *uid, int *euid, int *suid)
 __NR_setresgid		169		sys_setresgid		(int gid, int egid, int sgid)
-- 
2.5.0



More information about the CRIU mailing list