mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-31 03:40:08 +00:00
os2: improve absolute/full path handling for posix
This commit is contained in:
@@ -23,7 +23,7 @@ foreign lib {
|
||||
|
||||
[[ More; https://pubs.opengroup.org/onlinepubs/9699919799/functions/fcntl.html ]]
|
||||
*/
|
||||
fcntl :: proc(fd: FD, cmd: FCNTL_Cmd, arg: rawptr = nil) -> c.int ---
|
||||
fcntl :: proc(fd: FD, cmd: FCNTL_Cmd, #c_vararg args: ..any) -> c.int ---
|
||||
|
||||
/*
|
||||
Establish the connection between a file and a file descriptor.
|
||||
|
||||
Reference in New Issue
Block a user