spawn tweaks

This commit is contained in:
Colin Davidson
2024-09-24 02:31:44 -07:00
parent 2119062a5a
commit 99938c7d4f
3 changed files with 18 additions and 6 deletions
+1
View File
@@ -10,4 +10,5 @@ when ODIN_OS == .Darwin {
foreign lib {
posix_spawn :: proc(pid: ^pid_t, path: cstring, file_actions: rawptr, attrp: rawptr, argv: [^]cstring, envp: [^]cstring) -> c.int ---
posix_spawnp :: proc(pid: ^pid_t, file: cstring, file_actions: rawptr, attrp: rawptr, argv: [^]cstring, envp: [^]cstring) -> c.int ---
}