--- rpl/src/instructions_f3.c 2011/03/12 15:32:03 1.24 +++ rpl/src/instructions_f3.c 2011/04/11 13:02:20 1.25.2.1 @@ -1,6 +1,6 @@ /* ================================================================================ - RPL/2 (R) version 4.0.21 + RPL/2 (R) version 4.0.22 Copyright (C) 1989-2011 Dr. BERTRAND Joël This file is part of RPL/2. @@ -1838,6 +1838,7 @@ instruction_fuse(struct_processus *s_eta } # ifndef OS2 +# ifndef Cygwin if (pthread_attr_setschedpolicy(&attributs, SCHED_OTHER) != 0) { (*s_etat_processus).erreur_systeme = d_es_processus; @@ -1857,6 +1858,7 @@ instruction_fuse(struct_processus *s_eta return; } # endif +# endif if (pthread_create(&(*s_etat_processus).thread_fusible, &attributs, fusible, s_etat_processus) != 0)