libfuse/include
psykose 19d95c0e70 use off_t over __off64_t
when -D_FILE_OFFSET_BITS=64 is defined, the off_t type is 64 bits wide
already. the fuse_common.h header already checks for this, and errors
when it is not, so be consistent with all the other uses of off_t.

some libcs like musl do not have a 32-bit off_t type, and don't define
__off64_t.
2023-01-15 10:09:10 +00:00
..
cuse_lowlevel.h Remove leading _ on header guards to comply with reserved identifier requirements (#29) 2016-04-23 09:54:18 -07:00
fuse_common.h Released 3.13.0 2023-01-13 10:33:35 +00:00
fuse_kernel.h upgrade of fuse_kernel.h based on Miklos expire_only kernel patch https://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse.git/commit/?h=for-next&id=53e949edb7692dce02220eba926c9d75ecbb47f7 2023-01-06 18:35:52 +00:00
fuse_log.h log: move fuse_log() to the public header file 2019-09-10 14:25:15 +01:00
fuse_lowlevel.h use off_t over __off64_t 2023-01-15 10:09:10 +00:00
fuse_opt.h Remove leading _ on header guards to comply with reserved identifier requirements (#29) 2016-04-23 09:54:18 -07:00
fuse.h Fixes when HAVE_LIBC_VERSIONED_SYMBOLS is not defined 2023-01-04 15:27:21 +00:00
meson.build Introduce callback for logging 2019-09-04 15:59:18 +01:00