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

2
libfuse/include/fuse.h

@ -552,7 +552,7 @@ struct fuse_operations
int (*removemapping)();
int (*syncfs)();
int (*tmpfile)(const char *, mode_t, fuse_file_info_t *);
int (*statx)();
int (*statx)(int, const char, int, unsigned int, struct statx *);
int (*lseek)(int, off_t, int);
};

Loading…
Cancel
Save