c'est moche mais fix

This commit is contained in:
Camille Chauvet
2023-01-24 15:29:14 +01:00
parent 3b80be7c0f
commit 0bee795dac
5 changed files with 4 additions and 8 deletions

View File

@ -24,6 +24,7 @@ void ft_char2signal(int pid, char c)
kill(pid, SIGUSR2);
else
kill(pid, SIGUSR1);
usleep(5);
i--;
}
}

Binary file not shown.