Skip to content

Commit

Permalink
solaris cas fix needed to be against uint32_t
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew V committed Nov 8, 2016
1 parent 8e4973f commit 1eecba5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion c_src/refobjects.h
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ typedef ReferencePtr<class ItrObject> ItrObjectPtr_t;
struct ItrObjErlang
{
ItrObject * m_ItrPtr;
volatile int m_SpinLock;
volatile uint32_t m_SpinLock;
};

} // namespace eleveldb
Expand Down

0 comments on commit 1eecba5

Please sign in to comment.