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 -1
View File
@@ -7,7 +7,7 @@ import "base:runtime"
File :: struct {
impl: _File,
stream: io.Stream,
user_fstat: Fstat_Callback,
fstat: Fstat_Callback,
}
File_Mode :: distinct u32