mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
Use native types on linux POSIX structs.
This commit is contained in:
@@ -26,9 +26,6 @@ Pid :: distinct i32
|
||||
File_Time :: distinct u64
|
||||
Socket :: distinct int
|
||||
|
||||
ino_t :: u64
|
||||
ino_t32 :: u32
|
||||
|
||||
INVALID_HANDLE :: ~Handle(0)
|
||||
|
||||
_Platform_Error :: linux.Errno
|
||||
|
||||
Reference in New Issue
Block a user