]> git.ipfire.org Git - thirdparty/systemd.git/commit
stat-util: provide single fallback implementation of statx() 16928/head
authorLennart Poettering <lennart@poettering.net>
Tue, 1 Sep 2020 16:42:01 +0000 (18:42 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 3 Sep 2020 13:02:34 +0000 (15:02 +0200)
commitca194a2a0c822684ca201021eb69d4190f128b4c
treec9be3f4772b711048632493d3941191038467eab
parent7cd296c28fa81b9be976757397556bdb51afaf78
stat-util: provide single fallback implementation of statx()

This simplifies things quite a bit, and is reusable wherever we want to
use statx() later on. Not sure why I didn't do it like this right from
the beginning...
src/basic/missing_stat.h
src/basic/stat-util.c
src/basic/stat-util.h
src/tmpfiles/tmpfiles.c