--- rpl/src/instructions_d5.c 2011/09/20 14:36:29 1.72 +++ rpl/src/instructions_d5.c 2011/09/20 15:45:53 1.73 @@ -2774,7 +2774,7 @@ instruction_detach(struct_processus *s_e # else sem_post((*s_etat_processus).semaphore_fork); sem_destroy3((*s_etat_processus).semaphore_fork, getpid(), - pthread_self()); + pthread_self(), SEM_FORK); # endif free((*s_etat_processus).localisation);