|
@@ -25,8 +25,6 @@
|
|
|
#include <common/thread.h>
|
|
|
#include <starpu.h>
|
|
|
|
|
|
-#pragma GCC visibility push(hidden)
|
|
|
-
|
|
|
#ifdef STARPU_SPINLOCK_CHECK
|
|
|
|
|
|
/* We don't care about performance */
|
|
@@ -134,6 +132,4 @@ static inline int __starpu_spin_unlock(struct _starpu_spinlock *lock, const char
|
|
|
|
|
|
#define STARPU_SPIN_MAXTRY 10
|
|
|
|
|
|
-#pragma GCC visibility pop
|
|
|
-
|
|
|
#endif // __STARPU_SPINLOCK_H__
|