mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-03 07:07:23 +00:00
Using fstatat() allows the kernel to do relative path resolution as opposed to absolute path resolution, which is significantly faster and allows us to build the path cache sooner. :^)