On Sat, Aug 09, 2025 at 07:13:08PM +0200, Johannes Nixdorf wrote: > This define is not provided by musl libc. Use the fallback that is > already provided if statx and its types (tested on STATX_TYPE) are > not defined in the general case. > > This fixes one cause for failing to compile against musl libc. > > Signed-off-by: Johannes Nixdorf <johannes@xxxxxxxxxxx> Looks good, it solves the issue for us. Reviewed-by: Petr Vaněk <arkamar@xxxxxxxxxx>