瀏覽代碼

fix warning

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>