chiark / gitweb /
main: set PR_SET_CHILD_REAPER for MANAGER_USER
[elogind.git] / src / shared / missing.h
index e600acc0b18e5d0cf04cdb25cb36a6fa2e2e9e8e..df3fd0e839d59ef47882041e638bce112f7809f1 100644 (file)
@@ -190,3 +190,7 @@ static inline pid_t gettid(void) {
 #ifndef PR_SET_NO_NEW_PRIVS
 #define PR_SET_NO_NEW_PRIVS 38
 #endif
+
+#ifndef PR_SET_CHILD_SUBREAPER
+#define PR_SET_CHILD_SUBREAPER 36
+#endif