use off_t over __off64_t
authorpsykose <alice@ayaya.dev>
Sat, 14 Jan 2023 21:31:56 +0000 (21:31 +0000)
committerNikolaus Rath <Nikolaus@rath.org>
Sun, 15 Jan 2023 10:09:10 +0000 (10:09 +0000)
commit19d95c0e701076407dc1f3cfd39e12e28b332927
tree704f7be40dcd80f9e229e111767b571265e4329d
parent9acd183460656bffa6672e85a413b5b4f80bce5e
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.
example/hello_ll_uds.c
include/fuse_lowlevel.h