1
0
mirror of https://github.com/systemd/systemd.git synced 2024-10-26 08:55:40 +03:00

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