summaryrefslogtreecommitdiff
path: root/include/fcntl.h
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2018-09-13 07:00:05 -0700
committerRich Felker <dalias@aerifal.cx>2018-09-13 11:46:46 -0400
commit7d7f44253f2d8cfd0a7adf9f918d88aa24d4e012 (patch)
tree1565abaa3852ac1690d190ffdbdf16f832732e8b /include/fcntl.h
parent036df43d2a1d327370af005f861598d814c55121 (diff)
downloadmusl-7d7f44253f2d8cfd0a7adf9f918d88aa24d4e012.tar.gz
define MAX_HANDLE_SZ for use with name_to_handle_at
MAX_HANDLE_SZ is described in name_to_handle_at() to contain maximum expected size for a file handle
Diffstat (limited to 'include/fcntl.h')
-rw-r--r--include/fcntl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/fcntl.h b/include/fcntl.h
index 99b21759..4d91338b 100644
--- a/include/fcntl.h
+++ b/include/fcntl.h
@@ -166,6 +166,7 @@ struct f_owner_ex {
};
#define FALLOC_FL_KEEP_SIZE 1
#define FALLOC_FL_PUNCH_HOLE 2
+#define MAX_HANDLE_SZ 128
#define SYNC_FILE_RANGE_WAIT_BEFORE 1
#define SYNC_FILE_RANGE_WRITE 2
#define SYNC_FILE_RANGE_WAIT_AFTER 4