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)
commit63c466f3bf2dce3f7c19fb2e7bbf9f081ac60030
tree6e8ec16d3b05780ae4cf9f5b38a619c248f19476
parent32cda0c8683c2817afb5eee58662fd445f688408
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