Merge pull request #3112 from devindusoft/FixCompilation_ZMQ_ATOMIC_PTR_MUTEX

Fixed compilation with ZMQ_ATOMIC_PTR_MUTEX
This commit is contained in:
Luca Boccassi 2018-05-15 15:10:49 +01:00 committed by GitHub
commit cbd52feb48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: