Browse Source

fix warning

Olivier Aumage 6 years ago
parent
commit
57abd56faa
1 changed files with 2 additions and 0 deletions
  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>