basic/missing: add short comment about when CLONE_NEWCGROUP is added

This commit is contained in:
Yu Watanabe
2024-10-26 13:59:19 +09:00
parent ddb8a639d5
commit f7804c1aa2

View File

@@ -6,6 +6,7 @@
#include "macro.h"
/* 5e2bec7c2248ae27c5b16cd97215ae05c1d39179 (4.6) */
#ifndef CLONE_NEWCGROUP
# define CLONE_NEWCGROUP 0x02000000
#else