Antonio SJ Musumeci 4 weeks ago
parent
commit
55811b54cb
  1. 2
      libfuse/include/fuse.h

2
libfuse/include/fuse.h

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

Loading…
Cancel
Save