--- rpl/src/rpl.h 2010/02/28 14:47:14 1.9 +++ rpl/src/rpl.h 2010/03/04 10:09:31 1.11 @@ -22,7 +22,12 @@ #ifndef INCLUSION_RPL #define INCLUSION_RPL + #define _GNU_SOURCE +#define _REENTRANT + +// Nécessaire pour les systèmes qui ne comprennent pas _GNU_SOURCE +#define _XOPEN_SOURCE 500 /* ================================================================================ @@ -1415,7 +1420,12 @@ typedef struct processus pthread_t thread_fusible; pthread_t thread_surveille_par_fusible; +# ifndef Cygwin stack_t pile_signal; +# else +# define SA_ONSTACK 0 +# define RTLD_LOCAL 0 +# endif /* Contextes */