From: Henrik Grindal Bakken Date: Thu, 23 Mar 2017 14:42:15 +0000 (+0100) Subject: missing: Add PR_SET_MM_{ARG,ENV}_{START,END} X-Git-Tag: v237~204^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=80ebe5c2a46ad3bf20f6abacb56cdd926e269ed4;p=thirdparty%2Fsystemd.git missing: Add PR_SET_MM_{ARG,ENV}_{START,END} --- diff --git a/src/basic/missing.h b/src/basic/missing.h index 8b3f0200901..b01c36f33cb 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