From 2675f920652cc9218b4b3dc513c76b0546a5a5ae Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Thu, 22 Mar 2018 13:24:02 +0100 Subject: sys/linux: add cgroup descriptions --- sys/linux/cgroup_arm.const | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 sys/linux/cgroup_arm.const (limited to 'sys/linux/cgroup_arm.const') diff --git a/sys/linux/cgroup_arm.const b/sys/linux/cgroup_arm.const new file mode 100644 index 000000000..cb3fa77c7 --- /dev/null +++ b/sys/linux/cgroup_arm.const @@ -0,0 +1,8 @@ +# AUTOGENERATED FILE +AT_FDCWD = 18446744073709551516 +CGROUP_OPEN_FLAGS = 2097154 +O_RDONLY = 0 +O_RDWR = 2 +__NR_mkdirat = 323 +__NR_openat = 322 +__NR_write = 4 -- cgit mrf-deployment