mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-24 06:35:00 -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.