mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-24 06:12:27 +00:00
Overhaul process spawning
This commit is contained in:
parent
99dc1281f5
commit
26e254fb4d
96 changed files with 1848 additions and 1541 deletions
|
@ -36,7 +36,6 @@ void OnSignal(int sig, siginfo_t *si, void *ctx) {
|
|||
}
|
||||
|
||||
TEST(sigsetjmp, test) {
|
||||
if (IsWindows()) return; // no sigusr1 support
|
||||
sigset_t ss;
|
||||
int i, n = 1000;
|
||||
struct sigaction sa = {.sa_sigaction = OnSignal};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue