Olivier Aumage 6 年 前
コミット
57abd56faa
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  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>