]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
missing: Add PR_SET_MM_{ARG,ENV}_{START,END}
authorHenrik Grindal Bakken <hgb@ifi.uio.no>
Thu, 23 Mar 2017 14:42:15 +0000 (15:42 +0100)
committerHenrik Grindal Bakken <hgb@ifi.uio.no>
Mon, 18 Dec 2017 11:32:41 +0000 (12:32 +0100)
src/basic/missing.h

index 8b3f020090113b157c5e3f82e6dbddf5c7aac03f..b01c36f33cbe4be79e5e8d157485dedd73c2aaa9 100644 (file)
@@ -569,6 +569,22 @@ struct btrfs_ioctl_quota_ctl_args {
 #define PR_SET_CHILD_SUBREAPER 36
 #endif
 
+#ifndef PR_SET_MM_ARG_START
+#define PR_SET_MM_ARG_START 8
+#endif
+
+#ifndef PR_SET_MM_ARG_END
+#define PR_SET_MM_ARG_END 9
+#endif
+
+#ifndef PR_SET_MM_ENV_START
+#define PR_SET_MM_ENV_START 10
+#endif
+
+#ifndef PR_SET_MM_ENV_END
+#define PR_SET_MM_ENV_END 11
+#endif
+
 #if ! HAVE_SECURE_GETENV
 #  if HAVE___SECURE_GETENV
 #    define secure_getenv __secure_getenv