Commit 2e721895 authored by Mikael Ronstrom's avatar Mikael Ronstrom

Increase probability of correct atomics implementation by choosing stable implementations first

parent 30390a5e
...@@ -48,6 +48,7 @@ ...@@ -48,6 +48,7 @@
# elif defined(HAVE_SOLARIS_ATOMIC) # elif defined(HAVE_SOLARIS_ATOMIC)
# include "solaris.h" # include "solaris.h"
# endif # endif
#endif
#if defined(make_atomic_cas_body) || defined(MY_ATOMICS_MADE) #if defined(make_atomic_cas_body) || defined(MY_ATOMICS_MADE)
/* /*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment