mirror of
https://github.com/morgan9e/systemd
synced 2026-04-14 08:25:20 +09:00
Chasing symlinks is a core function that's used in a lot of places so it deservers a less verbose names so let's rename it to chase() and chaseat(). We also slightly change the pattern used for the chaseat() helpers so we get chase_and_openat() and similar.