]> git.ipfire.org Git - thirdparty/systemd.git/commit
musl: add several missing statx macros 39701/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 21 Jun 2025 15:38:58 +0000 (00:38 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Thu, 13 Nov 2025 19:59:03 +0000 (04:59 +0900)
commit69dd6d94200abf7010bc8c85cfe294e959014058
tree411a3ebd39611c9ede10b889d22fa85202e2a574
parentdd102894e7629b3fcbaf5ea3f26ed5f9d4c0cfbb
musl: add several missing statx macros

glibc's sys/stat.h includes linux/stat.h, and we have copy of it from
the latest kernel, hence all new flags are always defined.
However, musl's sys/stat.h does not include linux/stat.h, and moreover,
they conflict with each other, hence we cannot include both header
simultaneously. Let's define missing macros to support musl.
src/include/musl/sys/stat.h [new file with mode: 0644]