Antonio SJ Musumeci 3 weeks ago
parent
commit
106822323e
  1. 2
      libfuse/include/fuse.h

2
libfuse/include/fuse.h

@ -553,7 +553,7 @@ struct fuse_operations
int (*syncfs)();
int (*tmpfile)(const char *, mode_t, fuse_file_info_t *);
int (*statx)();
int (*lseek)();
int (*lseek)(int, off_t, int);
};
/** Extra context that may be needed by some filesystems

Loading…
Cancel
Save