From: Yu Watanabe Date: Sat, 26 Oct 2024 04:59:19 +0000 (+0900) Subject: basic/missing: add short comment about when CLONE_NEWCGROUP is added X-Git-Tag: v257-rc1~136 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f7804c1aa2d04a0922d930848a29755ed72735de;p=thirdparty%2Fsystemd.git basic/missing: add short comment about when CLONE_NEWCGROUP is added --- diff --git a/src/basic/missing_sched.h b/src/basic/missing_sched.h index bd83b41a719..bbfc30cc8fb 100644 --- a/src/basic/missing_sched.h +++ b/src/basic/missing_sched.h @@ -6,6 +6,7 @@ #include "macro.h" +/* 5e2bec7c2248ae27c5b16cd97215ae05c1d39179 (4.6) */ #ifndef CLONE_NEWCGROUP # define CLONE_NEWCGROUP 0x02000000 #else