|
@@ -405,9 +405,7 @@ typedef pthread_cond_t _starpu_pthread_cond_t;
|
|
} while (0)
|
|
} while (0)
|
|
#endif
|
|
#endif
|
|
|
|
|
|
-#include <common/barrier.h>
|
|
|
|
-
|
|
|
|
-typedef pthread_barrier_t _starpu_pthread_barrier_t;
|
|
|
|
|
|
+#define _starpu_pthread_barrier_t pthread_barrier_t
|
|
/*
|
|
/*
|
|
* Encapsulation of the pthread_barrier_* functions.
|
|
* Encapsulation of the pthread_barrier_* functions.
|
|
*/
|
|
*/
|