|
@@ -1,7 +1,7 @@
|
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
*
|
|
|
* Copyright (C) 2009, 2010 Université de Bordeaux
|
|
|
- * Copyright (C) 2010, 2013 CNRS
|
|
|
+ * Copyright (C) 2010, 2013, 2017 CNRS
|
|
|
*
|
|
|
* StarPU is free software; you can redistribute it and/or modify
|
|
|
* it under the terms of the GNU Lesser General Public License as published by
|
|
@@ -19,7 +19,7 @@
|
|
|
#define __DRIVER_GORDON_H__
|
|
|
|
|
|
#ifndef _GNU_SOURCE
|
|
|
-#define _GNU_SOURCE
|
|
|
+#define _GNU_SOURCE 1
|
|
|
#endif
|
|
|
#include <sched.h>
|
|
|
|