Diff for /rpl/src/interruptions.c between versions 1.186 and 1.187

version 1.186, 2016/09/27 15:29:39 version 1.187, 2016/10/11 11:30:30
Line 2028  sortie_interruption_depassement_pile(voi Line 2028  sortie_interruption_depassement_pile(voi
     return;      return;
 }  }
   
   #ifndef BROKEN_SIGSEGV
 void  void
 interruption_depassement_pile(int urgence, stackoverflow_context_t scp)  interruption_depassement_pile(int urgence, stackoverflow_context_t scp)
 {  {
Line 2044  interruption_depassement_pile(int urgenc Line 2045  interruption_depassement_pile(int urgenc
     interruption3(SIGUSR2);      interruption3(SIGUSR2);
     return;      return;
 }  }
   #endif
   
 int  int
 interruption_violation_access(void *adresse_fautive, int gravite)  interruption_violation_access(void *adresse_fautive, int gravite)

Removed from v.1.186  
changed lines
  Added in v.1.187


CVSweb interface <joel.bertrand@systella.fr>