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_386.const | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/linux/sys_386.const') diff --git a/sys/linux/sys_386.const b/sys/linux/sys_386.const index 7c97e5847..b34b42c96 100644 --- a/sys/linux/sys_386.const +++ b/sys/linux/sys_386.const @@ -779,7 +779,6 @@ __NR_setfsuid = 138 __NR_setgid = 46 __NR_setgroups = 81 __NR_setitimer = 104 -__NR_setns = 346 __NR_setpgid = 57 __NR_setpriority = 97 __NR_setregid = 71 @@ -820,7 +819,6 @@ __NR_truncate = 92 __NR_uname = 122 __NR_unlink = 10 __NR_unlinkat = 301 -__NR_unshare = 310 __NR_uselib = 86 __NR_ustat = 62 __NR_utime = 30 -- cgit mrf-deployment