mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-14 15:11:25 -07:00
a3da796d54
It was using the generic UNIX `fstat` implemented in Odin, which is more than what is needed here. This also avoids the issue of needing a proper `absolute_path_from_handle` implementation for it to work without error.