More work towards improving relationship between multithreading and fork

This commit is contained in:
ridiculousfish
2012-02-29 11:27:14 -08:00
parent ebba30d671
commit 8ada404c5f
9 changed files with 338 additions and 131 deletions

View File

@@ -335,7 +335,6 @@ int job_signal( job_t *j, int signal )
}
return res;
}