From f7804c1aa2d04a0922d930848a29755ed72735de Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sat, 26 Oct 2024 13:59:19 +0900 Subject: [PATCH] basic/missing: add short comment about when CLONE_NEWCGROUP is added --- src/basic/missing_sched.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/basic/missing_sched.h b/src/basic/missing_sched.h index bd83b41a71..bbfc30cc8f 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