Unverified Commit cbd52feb authored by Luca Boccassi's avatar Luca Boccassi Committed by GitHub

Merge pull request #3112 from devindusoft/FixCompilation_ZMQ_ATOMIC_PTR_MUTEX

Fixed compilation with ZMQ_ATOMIC_PTR_MUTEX
parents 6a9c6d42 63e1e745
......@@ -284,11 +284,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