Commit 3913862e by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

* gthr-single.h: Revert last change.

From-SVN: r129040
parent 1a309dfb
2007-10-05 Hans-Peter Nilsson <hp@axis.com>
* gthr-single.h: Revert last change.
2007-10-05 Michael Matz <matz@suse.de>
PR middle-end/33667
......@@ -251,25 +251,6 @@ __gthread_recursive_mutex_unlock (__gthread_recursive_mutex_t *mutex)
return __gthread_mutex_unlock (mutex);
}
static inline int
__gthread_cond_broadcast (__gthread_cond_t cond)
{
return 0;
}
static inline int
__gthread_cond_wait (__gthread_cond_t cond, __gthread_mutex_t *mutex)
{
return 0;
}
static inline int
__gthread_cond_wait_recursive (__gthread_cond_t cond,
__gthread_recursive_mutex_t *mutex)
{
return 0;
}
#endif /* _LIBOBJC */
#undef UNUSED
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment