diff options
-rw-r--r-- | include/fcntl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/fcntl.h b/include/fcntl.h index 02d4b0110..35797c689 100644 --- a/include/fcntl.h +++ b/include/fcntl.h @@ -288,6 +288,8 @@ struct file_handle { unsigned char f_handle[]; }; +#define MAX_HANDLE_SZ 128 + int name_to_handle_at(int dirfd, const char *pathname, struct file_handle *handle, int *mount_id, int flags); int open_by_handle_at(int mount_fd, struct file_handle *handle, int flags); |