]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
basic/missing: add short comment about when CLONE_NEWCGROUP is added
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 26 Oct 2024 04:59:19 +0000 (13:59 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 26 Oct 2024 04:59:19 +0000 (13:59 +0900)
src/basic/missing_sched.h

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