mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-23 22:52:02 +08:00
* gthr-single.h: Revert last change.
From-SVN: r129040
This commit is contained in:
parent
1a309dfb7a
commit
3913862e3c
@ -1,3 +1,7 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user