summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorHenrik Grindal Bakken <hgb@ifi.uio.no>2017-03-23 15:42:15 +0100
committerHenrik Grindal Bakken <hgb@ifi.uio.no>2017-12-18 12:32:41 +0100
commit80ebe5c2a46ad3bf20f6abacb56cdd926e269ed4 (patch)
tree215047f12e8d7a773712a26d1082ef66a8779b03 /src
parent122b79079b877ad3ca7c1d2d9ec1f95b8935f8d4 (diff)
downloadsystemd-80ebe5c2a46ad3bf20f6abacb56cdd926e269ed4.tar.gz
systemd-80ebe5c2a46ad3bf20f6abacb56cdd926e269ed4.tar.bz2
systemd-80ebe5c2a46ad3bf20f6abacb56cdd926e269ed4.zip
missing: Add PR_SET_MM_{ARG,ENV}_{START,END}
Diffstat (limited to 'src')
-rw-r--r--src/basic/missing.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/basic/missing.h b/src/basic/missing.h
index 8b3f020090..b01c36f33c 100644
--- a/src/basic/missing.h
+++ b/src/basic/missing.h
@@ -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