mirror of
https://github.com/zeromq/libzmq.git
synced 2025-01-19 16:56:11 +01:00
Merge pull request #3112 from devindusoft/FixCompilation_ZMQ_ATOMIC_PTR_MUTEX
Fixed compilation with ZMQ_ATOMIC_PTR_MUTEX
This commit is contained in:
commit
cbd52feb48
@ -284,11 +284,7 @@ struct atomic_value_t
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined ZMQ_ATOMIC_PTR_MUTEX
|
#if defined ZMQ_ATOMIC_PTR_MUTEX
|
||||||
#if defined ZMQ_HAVE_VXWORKS
|
|
||||||
mutable mutex_t sync;
|
mutable mutex_t sync;
|
||||||
#else
|
|
||||||
mutex_t sync;
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
private:
|
private:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user