This commit is contained in:
Laureηt 2021-04-20 19:06:59 +02:00
parent b49247029f
commit 209bdb86a6

View file

@ -105,11 +105,11 @@ int main(int argc, char *argv[])
else
{ // instructions du père
if (cmd->backgrounded)
{ // on sauvegarde le pid du procces mis en fond
{ // on sauvegarde le pid, si background
ajouter(&jobs, pidFils, job_id++);
}
else
{
{ // on attend le fils, si foreground
jmp_buf env;
setjmp(env); // sauvegarde pour un jump