sys: cpp11-compat: adapt to changed mutex implementation
This commit is contained in:
parent
c0f39bb55f
commit
3d9020eb46
@ -44,7 +44,7 @@ class mutex {
|
|||||||
public:
|
public:
|
||||||
using native_handle_type = mutex_t*;
|
using native_handle_type = mutex_t*;
|
||||||
|
|
||||||
inline constexpr mutex() noexcept : m_mtx{0, PRIORITY_QUEUE_INIT} {}
|
inline constexpr mutex() noexcept : m_mtx{0} {}
|
||||||
~mutex();
|
~mutex();
|
||||||
|
|
||||||
void lock();
|
void lock();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user