]> git.ipfire.org Git - thirdparty/systemd.git/commit
fd-util: Move O_ACCMODE_STRICT to fd-util.h 38051/head
authorDaanDeMeyer <daan.j.demeyer@gmail.com>
Thu, 3 Jul 2025 12:23:16 +0000 (14:23 +0200)
committerDaanDeMeyer <daan.j.demeyer@gmail.com>
Thu, 3 Jul 2025 12:28:14 +0000 (14:28 +0200)
commit1543c2385c0a1afbdc59b50c8ecd132a0d60bbef
treeb16ab73436a9de3fb4681027b8719d729b1ac566
parentcefec8f6ce66d65a501f19440acd502d950fbede
fd-util: Move O_ACCMODE_STRICT to fd-util.h

We're still discussing whether we want to remove this or not, but
regardless of whether we end up removing it or not, it's something
we add ourselves and as such should not live in our headers that
override glibc headers, so let's move it to fd-util.h.
src/basic/fd-util.h
src/basic/include/fcntl.h
src/libsystemd/sd-journal/journal-file.c
src/libsystemd/sd-journal/journal-file.h
src/shared/journal-file-util.c