]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
missing_sched: add CLONE_NEWTIME
authorChristian Brauner <brauner@kernel.org>
Fri, 30 Sep 2022 12:59:38 +0000 (14:59 +0200)
committerChristian Brauner (Microsoft) <brauner@kernel.org>
Fri, 30 Sep 2022 15:08:57 +0000 (17:08 +0200)
src/basic/missing_sched.h

index 6a889f66d95658b81a68d92cd1acb0ffc16055b5..bcd5b7712060188ba6f65d26dd7072ddc840579b 100644 (file)
@@ -7,6 +7,11 @@
 #define CLONE_NEWCGROUP 0x02000000
 #endif
 
+/* 769071ac9f20b6a447410c7eaa55d1a5233ef40c (5.8) */
+#ifndef CLONE_NEWTIME
+#define CLONE_NEWTIME 0x00000080
+#endif
+
 /* Not exposed yet. Defined at include/linux/sched.h */
 #ifndef PF_KTHREAD
 #define PF_KTHREAD 0x00200000