mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 23:58:50 +00:00
convert all to use sys/linux over sys/unix; new implementations for pipe, process and env
This commit is contained in:
@@ -46,10 +46,9 @@ O_SPARSE :: File_Flags{.Sparse}
|
||||
O_CLOEXEC :: File_Flags{.Close_On_Exec}
|
||||
|
||||
|
||||
|
||||
stdin: ^File = nil // OS-Specific
|
||||
stdout: ^File = nil // OS-Specific
|
||||
stderr: ^File = nil // OS-Specific
|
||||
stdin: ^File = &_stdin
|
||||
stdout: ^File = &_stdout
|
||||
stderr: ^File = &_stderr
|
||||
|
||||
|
||||
@(require_results)
|
||||
|
||||
Reference in New Issue
Block a user