aboutsummaryrefslogtreecommitdiff
path: root/libgcc/gthr-posix.h
diff options
context:
space:
mode:
authorJonathan Wakely <jwakely.gcc@gmail.com>2012-12-20 22:19:57 +0000
committerJonathan Wakely <redi@gcc.gnu.org>2012-12-20 22:19:57 +0000
commit5aa12dbf6c3613e26445926b511afd336fc79f7b (patch)
tree9afa7715f4cc4ab022334aa33a417f2d1756b2ec /libgcc/gthr-posix.h
parent23df853421a9517038d778f41d41e4b4bc2035ee (diff)
downloadgcc-5aa12dbf6c3613e26445926b511afd336fc79f7b.zip
gcc-5aa12dbf6c3613e26445926b511afd336fc79f7b.tar.gz
gcc-5aa12dbf6c3613e26445926b511afd336fc79f7b.tar.bz2
gthr.h (__gthread_cond_timedwait_recursive): Do not require.
* gthr.h (__gthread_cond_timedwait_recursive): Do not require. * gthr-posix.h (__gthread_cond_timedwait_recursive): Remove. From-SVN: r194652
Diffstat (limited to 'libgcc/gthr-posix.h')
-rw-r--r--libgcc/gthr-posix.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libgcc/gthr-posix.h b/libgcc/gthr-posix.h
index 1e7ddfe..d357014 100644
--- a/libgcc/gthr-posix.h
+++ b/libgcc/gthr-posix.h
@@ -880,14 +880,6 @@ __gthread_cond_wait_recursive (__gthread_cond_t *__cond,
}
static inline int
-__gthread_cond_timedwait_recursive (__gthread_cond_t *__cond,
- __gthread_recursive_mutex_t *__mutex,
- const __gthread_time_t *__abs_timeout)
-{
- return __gthread_cond_timedwait (__cond, __mutex, __abs_timeout);
-}
-
-static inline int
__gthread_cond_destroy (__gthread_cond_t* __cond)
{
return __gthrw_(pthread_cond_destroy) (__cond);