Salut,


if(blocking == 0){
if (taille == 0 || taille < size ){
errno = EAGAIN;
pthread_mutex_unlock(&q->mutex);
return -1;
}
}else {