Explorar o código

add MAX_HANDLE_SZ

Waldemar Brodkorb %!s(int64=6) %!d(string=hai) anos
pai
achega
6f9e85a621
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      include/fcntl.h

+ 2 - 0
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);