]> git.ipfire.org Git - thirdparty/systemd.git/commit
include/uapi: add linux/openat2.h (#42220)
authorZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Thu, 21 May 2026 11:29:28 +0000 (13:29 +0200)
committerGitHub <noreply@github.com>
Thu, 21 May 2026 11:29:28 +0000 (13:29 +0200)
commit705a705e850f7671b8d420f4e6fd13cdcf42645e
tree12dfae56351fe88c654ce404c9f1be7b0ac73292
parent20615d2d47a8526237da03390cfae3c657a7db72
include/uapi: add linux/openat2.h (#42220)

We include the header through src/include/override/fcntl.h, hence we should
have the latest copy of the header.

(E.g. compilation fails with musl-libc-1.2.5-6.fc44.x86_64 and older kernel
headers.)
src/include/uapi/linux/openat2.h [new file with mode: 0644]