From 2b31345f36a04f232a5f698a6dc19e8123f204ab Mon Sep 17 00:00:00 2001 From: Jouni Hogander Date: Mon, 9 Dec 2019 13:56:27 +0200 Subject: Autogenerated files for linux/mips64le This patch adds all autogenerated files for linux/mips64le. Files are generated by following commands: make extract bin/syz-extract -build -os=linux -arch=mips64le -sourcedir=linux make generate --- sys/linux/namespaces_mips64le.const | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 sys/linux/namespaces_mips64le.const (limited to 'sys/linux/namespaces_mips64le.const') diff --git a/sys/linux/namespaces_mips64le.const b/sys/linux/namespaces_mips64le.const new file mode 100644 index 000000000..0cad6a1cb --- /dev/null +++ b/sys/linux/namespaces_mips64le.const @@ -0,0 +1,21 @@ +# AUTOGENERATED FILE +CLONE_FILES = 1024 +CLONE_FS = 512 +CLONE_NEWCGROUP = 33554432 +CLONE_NEWIPC = 134217728 +CLONE_NEWNET = 1073741824 +CLONE_NEWNS = 131072 +CLONE_NEWPID = 536870912 +CLONE_NEWUSER = 268435456 +CLONE_NEWUTS = 67108864 +CLONE_SIGHAND = 2048 +CLONE_SYSVSEM = 262144 +CLONE_THREAD = 65536 +CLONE_VM = 256 +NS_GET_NSTYPE = 536917763 +NS_GET_OWNER_UID = 536917764 +NS_GET_PARENT = 536917762 +NS_GET_USERNS = 536917761 +__NR_ioctl = 5015 +__NR_setns = 5303 +__NR_unshare = 5262 -- cgit mrf-deployment