mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-01 20:28:15 +00:00
Add POSIX dirent struct for Linux.
This commit is contained in:
@@ -26,6 +26,9 @@ 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