Olivier Aumage hace 6 años
padre
commit
57abd56faa
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      starpurm/src/starpurm_dlb.c

+ 2 - 0
starpurm/src/starpurm_dlb.c

@@ -15,7 +15,9 @@
  */
 
 /* CPUSET routines */
+#ifndef _GNU_SOURCE
 #define _GNU_SOURCE
+#endif
 #include <sched.h>
 
 #include <stdlib.h>