chiark / gitweb /
fs-util: add calls that combine chase_symlinks() and open()/opendir() in one
authorLennart Poettering <lennart@poettering.net>
Mon, 26 Mar 2018 12:15:43 +0000 (14:15 +0200)
committerSven Eden <yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000 (16:47 +0200)
commit087bd1d8dd8f3a8b54dfd523873ba85009217d7e
treebf24363f80fe9779449b3b4cac3768d77b6eabdb
parentdf15bd49b7c870a13f48f78ae7958380ad01f565
fs-util: add calls that combine chase_symlinks() and open()/opendir() in one

This is useful when opening files within disk images, as we'll then take
the relative root directory properly into account.
src/basic/fs-util.c
src/basic/fs-util.h