summaryrefslogtreecommitdiff
path: root/src/basic
diff options
context:
space:
mode:
authorHenrik Grindal Bakken <hgb@ifi.uio.no>2017-03-23 16:07:33 +0100
committerSven Eden <yamakuzure@gmx.net>2018-05-30 07:49:39 +0200
commit2bd275b4432da53f84107f3bfed26b702c1c110a (patch)
tree9be5eda105fb216836e540c18b12c448ec5676aa /src/basic
parent30cae836ec08bbcb6618e47786181ff4c332eb4d (diff)
missing: Add MAX_HANDLE_SZ
Diffstat (limited to 'src/basic')
-rw-r--r--src/basic/missing.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/basic/missing.h b/src/basic/missing.h
index a9c80facf..6d26b1749 100644
--- a/src/basic/missing.h
+++ b/src/basic/missing.h
@@ -590,6 +590,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