aboutsummaryrefslogtreecommitdiff
path: root/original/uapi/linux/sched.h
diff options
context:
space:
mode:
Diffstat (limited to 'original/uapi/linux/sched.h')
-rw-r--r--original/uapi/linux/sched.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/original/uapi/linux/sched.h b/original/uapi/linux/sched.h
index 4a02178..2e3bc22 100644
--- a/original/uapi/linux/sched.h
+++ b/original/uapi/linux/sched.h
@@ -36,6 +36,12 @@
/* Flags for the clone3() syscall. */
#define CLONE_CLEAR_SIGHAND 0x100000000ULL /* Clear any signal handler and reset to SIG_DFL. */
+/*
+ * cloning flags intersect with CSIGNAL so can be used with unshare and clone3
+ * syscalls only:
+ */
+#define CLONE_NEWTIME 0x00000080 /* New time namespace */
+
#ifndef __ASSEMBLY__
/**
* struct clone_args - arguments for the clone3 syscall