]> git.ipfire.org Git - thirdparty/systemd.git/commit
fd-util: Move RAW_O_LARGEFILE definition to fd-util.h
authorDaanDeMeyer <daan.j.demeyer@gmail.com>
Thu, 3 Jul 2025 12:17:31 +0000 (14:17 +0200)
committerDaanDeMeyer <daan.j.demeyer@gmail.com>
Thu, 3 Jul 2025 12:18:50 +0000 (14:18 +0200)
commitcefec8f6ce66d65a501f19440acd502d950fbede
treefe7723d91b9fcaa34ce2102d4c564c947c5cdf0f
parent76e3cc469d3b6efda8287b932ff932645bf501dd
fd-util: Move RAW_O_LARGEFILE definition to fd-util.h

This is not something that comes from glibc, but which we invent
ourselves. As such, it should not be part of our overrides of glibc
headers, but instead should be part of one of our own headers, so
let's move it to fd-util.h.

Follow up for 194a690181c4857542a094d19f5808f8f4032ed9
src/basic/fd-util.h
src/basic/include/fcntl.h