Commit 63e1e745 authored by korbes's avatar korbes

Fixed compilation with ZMQ_ATOMIC_PTR_MUTEX

parent d062edd8
......@@ -280,11 +280,7 @@ struct atomic_value_t
#endif
#if defined ZMQ_ATOMIC_PTR_MUTEX
#if defined ZMQ_HAVE_VXWORKS
mutable mutex_t sync;
#else
mutex_t sync;
#endif
#endif
private:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment