re PR libstdc++/67408 (<mutex> assumes that __gthread_mutex_t and__gthread_recursive_...
authorSebastian Huber <sebastian.huber@embedded-brains.de>
Wed, 2 Sep 2015 10:51:14 +0000 (10:51 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Wed, 2 Sep 2015 10:51:14 +0000 (11:51 +0100)
commitd8e19f3114a751fd78aaef68e763f24d286b0f8c
treecee85e202d87140912455fbae7d5acbf64c5a58e
parent1c743086d26a076509111ce079b9afe10c3d43d3
re PR libstdc++/67408 (<mutex> assumes that __gthread_mutex_t and__gthread_recursive_mutex_t are the same types)

2015-09-02  Sebastian Huber  <sebastian.huber@embedded-brains.de>

PR libstdc++/67408
* include/std/mutex (__timed_mutex_impl::_M_try_lock_until): Use
_Derived::_M_timedlock().
(timed_mutex): Add _M_timedlock() and make base class a friend.
(recursive_timed_mutex): Likewise.

From-SVN: r227400
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/mutex