Diff for /rpl/src/interruptions.c between versions 1.183 and 1.184

version 1.183, 2016/07/22 14:45:30 version 1.184, 2016/07/22 15:08:43
Line 3522  destruction_queue_signaux(struct_process Line 3522  destruction_queue_signaux(struct_process
         unsigned char       *nom;          unsigned char       *nom;
 #   endif  #   endif
   
       // On dépile les interruptions pour arrêter les SIGALRM sur
       // le processus courant.
   
       scrutation_interruptions(s_etat_processus);
   
     while(sem_wait(semaphore_arret_signalisation) != 0)      while(sem_wait(semaphore_arret_signalisation) != 0)
     {      {
         if (errno != EINTR)          if (errno != EINTR)

Removed from v.1.183  
changed lines
  Added in v.1.184


CVSweb interface <joel.bertrand@systella.fr>