Olivier Aumage 6 anni fa
parent
commit
57abd56faa
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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>