mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-07 08:08:50 +00:00
Use fstat on os2.File directly
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user