diff options
author | Martin Lucina <mato@kotelna.sk> | 2010-06-04 15:35:14 +0200 |
---|---|---|
committer | Martin Lucina <mato@kotelna.sk> | 2010-06-04 15:35:14 +0200 |
commit | 621d7415b3cdee1f79787e2961f113b00d237615 (patch) | |
tree | df54eec9f1a32f39b2d3dbf414076e790c899a94 | |
parent | 67ca7dcbe6b072b74a112ce4df4529cda82c0f13 (diff) |
Fix Solaris/NetBSD breakage in atomic_ptr.hpp
-rw-r--r-- | src/atomic_ptr.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/atomic_ptr.hpp b/src/atomic_ptr.hpp index e0af553..54db64f 100644 --- a/src/atomic_ptr.hpp +++ b/src/atomic_ptr.hpp @@ -29,7 +29,7 @@ #elif defined ZMQ_HAVE_WINDOWS #define ZMQ_ATOMIC_PTR_WINDOWS #elif (defined ZMQ_HAVE_SOLARIS || defined ZMQ_HAVE_NETBSD) -#define ZMQ_ATOMIC_COUNTER_ATOMIC_H +#define ZMQ_ATOMIC_PTR_ATOMIC_H #else #define ZMQ_ATOMIC_PTR_MUTEX #endif |