From: Christian Brauner Date: Fri, 30 Sep 2022 12:59:38 +0000 (+0200) Subject: missing_sched: add CLONE_NEWTIME X-Git-Tag: v252-rc1~13^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9014fd82f7ca088b5548d27138c7ffd78aa317e4;p=thirdparty%2Fsystemd.git missing_sched: add CLONE_NEWTIME --- diff --git a/src/basic/missing_sched.h b/src/basic/missing_sched.h index 6a889f66d95..bcd5b771206 100644 --- a/src/basic/missing_sched.h +++ b/src/basic/missing_sched.h @@ -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