chiark / gitweb /
missing: Add MAX_HANDLE_SZ
authorHenrik Grindal Bakken <hgb@ifi.uio.no>
Thu, 23 Mar 2017 15:07:33 +0000 (16:07 +0100)
committerSven Eden <yamakuzure@gmx.net>
Wed, 30 May 2018 05:49:39 +0000 (07:49 +0200)
src/basic/missing.h

index a9c80facf31a661adf02993493269f967909771c..6d26b174910957c61d90d73011ab11ec5837ac3b 100644 (file)
@@ -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