Use fstat on os2.File directly

This commit is contained in:
gingerBill
2024-07-14 14:51:22 +01:00
parent d1450e3d88
commit 3d38f14202
5 changed files with 19 additions and 19 deletions
+1
View File
@@ -151,6 +151,7 @@ _new_file :: proc(handle: uintptr, name: string) -> ^File {
data = f,
procedure = _file_stream_proc,
}
f.fstat = _fstat
return f
}