io: add linux support

This commit is contained in:
2026-05-02 14:28:52 +01:00
parent cb39baa233
commit 4fcbcfdfb2
10 changed files with 1859 additions and 18 deletions
+1 -1
View File
@@ -75,7 +75,7 @@ static fx_result file_open_shadow(
fx_string_prepend_cstr(filename, ".~");
fx_path *shadow_filename = fx_path_create_from_cstr(fx_string_ptr(filename));
fx_path *shadow_filename = fx_path_create_from_cstr(fx_string_get_cstr(filename));
fx_string_unref(filename);
const fx_path *parts[] = {