From 56cd6c9b80ee424566e3ceaf8a4b042803a130ad Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 27 Jan 2020 15:18:15 +0100 Subject: sys/linux: add time namespace descriptions --- sys/linux/namespaces_arm.const | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/namespaces_arm.const') diff --git a/sys/linux/namespaces_arm.const b/sys/linux/namespaces_arm.const index a579022d6..2d7632057 100644 --- a/sys/linux/namespaces_arm.const +++ b/sys/linux/namespaces_arm.const @@ -6,6 +6,7 @@ CLONE_NEWIPC = 134217728 CLONE_NEWNET = 1073741824 CLONE_NEWNS = 131072 CLONE_NEWPID = 536870912 +CLONE_NEWTIME = 128 CLONE_NEWUSER = 268435456 CLONE_NEWUTS = 67108864 CLONE_SIGHAND = 2048 -- cgit mrf-deployment