From 190d92e056bae96ec13f320400f80e94dc8e9ea0 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 27 Apr 2018 18:47:24 +0200 Subject: sys/linux: extend namespace desciptions Slightly extend namespace descriptions and move them to a separate file. --- sys/linux/sys_amd64.const | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/linux/sys_amd64.const') diff --git a/sys/linux/sys_amd64.const b/sys/linux/sys_amd64.const index 1bdf8c2b1..4aa200b91 100644 --- a/sys/linux/sys_amd64.const +++ b/sys/linux/sys_amd64.const @@ -779,7 +779,6 @@ __NR_setfsuid = 122 __NR_setgid = 106 __NR_setgroups = 116 __NR_setitimer = 38 -__NR_setns = 308 __NR_setpgid = 109 __NR_setpriority = 141 __NR_setregid = 114 @@ -820,7 +819,6 @@ __NR_truncate = 76 __NR_uname = 63 __NR_unlink = 87 __NR_unlinkat = 263 -__NR_unshare = 272 __NR_uselib = 134 __NR_ustat = 136 __NR_utime = 132 -- cgit mrf-deployment