diff options
author | Henrik Grindal Bakken <hgb@ifi.uio.no> | 2017-03-23 16:07:33 +0100 |
---|---|---|
committer | Henrik Grindal Bakken <hgb@ifi.uio.no> | 2017-12-18 14:15:10 +0100 |
commit | 56766f99d9a659fc73138e5d19afec0325d54425 (patch) | |
tree | a6a69b3ac4a329d8254fd9c4ba076cbcf20cf275 /src | |
parent | missing: Add PR_SET_MM_{ARG,ENV}_{START,END} (diff) | |
download | systemd-56766f99d9a659fc73138e5d19afec0325d54425.tar.xz systemd-56766f99d9a659fc73138e5d19afec0325d54425.zip |
missing: Add MAX_HANDLE_SZ
Diffstat (limited to 'src')
-rw-r--r-- | src/basic/missing.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/basic/missing.h b/src/basic/missing.h index b01c36f33c..381e02dd96 100644 --- a/src/basic/missing.h +++ b/src/basic/missing.h @@ -585,6 +585,10 @@ struct btrfs_ioctl_quota_ctl_args { #define PR_SET_MM_ENV_END 11 #endif +#ifndef MAX_HANDLE_SZ +#define MAX_HANDLE_SZ 128 +#endif + #if ! HAVE_SECURE_GETENV # if HAVE___SECURE_GETENV # define secure_getenv __secure_getenv |