Diff for /rpl/src/instructions_f3.c between versions 1.24 and 1.25

version 1.24, 2011/03/12 15:32:03 version 1.25, 2011/03/16 14:22:45
Line 1838  instruction_fuse(struct_processus *s_eta Line 1838  instruction_fuse(struct_processus *s_eta
     }      }
   
 #   ifndef OS2  #   ifndef OS2
   #   ifndef Cygwin
     if (pthread_attr_setschedpolicy(&attributs, SCHED_OTHER) != 0)      if (pthread_attr_setschedpolicy(&attributs, SCHED_OTHER) != 0)
     {      {
         (*s_etat_processus).erreur_systeme = d_es_processus;          (*s_etat_processus).erreur_systeme = d_es_processus;
Line 1857  instruction_fuse(struct_processus *s_eta Line 1858  instruction_fuse(struct_processus *s_eta
         return;          return;
     }      }
 #   endif  #   endif
   #   endif
   
     if (pthread_create(&(*s_etat_processus).thread_fusible, &attributs,       if (pthread_create(&(*s_etat_processus).thread_fusible, &attributs, 
             fusible, s_etat_processus) != 0)              fusible, s_etat_processus) != 0)

Removed from v.1.24  
changed lines
  Added in v.1.25


CVSweb interface <joel.bertrand@systella.fr>