mirror of
https://github.com/libfuse/libfuse.git
synced 2024-11-27 06:04:27 +08:00
19d95c0e70
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. |
||
---|---|---|
.. | ||
cuse_lowlevel.h | ||
fuse_common.h | ||
fuse_kernel.h | ||
fuse_log.h | ||
fuse_lowlevel.h | ||
fuse_opt.h | ||
fuse.h | ||
meson.build |