diff options
author | Jonathan Wakely <jwakely.gcc@gmail.com> | 2012-12-20 22:19:57 +0000 |
---|---|---|
committer | Jonathan Wakely <redi@gcc.gnu.org> | 2012-12-20 22:19:57 +0000 |
commit | 5aa12dbf6c3613e26445926b511afd336fc79f7b (patch) | |
tree | 9afa7715f4cc4ab022334aa33a417f2d1756b2ec /libgcc/gthr.h | |
parent | 23df853421a9517038d778f41d41e4b4bc2035ee (diff) | |
download | gcc-5aa12dbf6c3613e26445926b511afd336fc79f7b.tar.gz |
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.h')
-rw-r--r-- | libgcc/gthr.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libgcc/gthr.h b/libgcc/gthr.h index 9f2b53d2368..36804b005d0 100644 --- a/libgcc/gthr.h +++ b/libgcc/gthr.h @@ -129,9 +129,6 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see int __gthread_cond_timedwait (__gthread_cond_t *cond, __gthread_mutex_t *mutex, const __gthread_time_t *abs_timeout); - int __gthread_cond_timedwait_recursive (__gthread_cond_t *cond, - __gthread_recursive_mutex_t *mutex, - const __gthread_time_t *abs_time) */ |