mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 18:55:10 +01:00
Fixed compilation with ZMQ_ATOMIC_PTR_MUTEX
This commit is contained in:
parent
d062edd8c1
commit
63e1e745f8
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user