add threaded-system-exec param and fsctl (set it to false to use fork)

This commit is contained in:
Anthony Minessale
2011-09-12 14:24:58 -05:00
parent dd6996cd3f
commit 910f5364a4
5 changed files with 159 additions and 5 deletions

View File

@@ -102,6 +102,7 @@ static void handle_SIGCHLD(int sig)
pid = wait(&status);
if (pid > 0) {
printf("ASS %d\n", pid);
system_ready = -1;
}