mirror of
https://github.com/janet-lang/janet
synced 2025-10-31 23:53:02 +00:00
Convert os/execute to use posix_spawn.
This commit is contained in:
@@ -26,6 +26,9 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <errno.h>
|
||||
#ifndef JANET_WINDOWS
|
||||
#include <sys/wait.h>
|
||||
#endif
|
||||
|
||||
#ifndef JANET_AMALG
|
||||
#include <janet.h>
|
||||
|
||||
Reference in New Issue
Block a user