2620 solaris port missing atomics if not using gcc

This commit is contained in:
Shawn Walker 2014-07-05 16:11:23 -07:00
parent 1c1bac24fd
commit f2c61cdaa5
5 changed files with 53 additions and 3 deletions

View file

@ -109,7 +109,7 @@
#undef __RISCOS__
#define __RISCOS__ 1
#endif
#if defined(__SVR4)
#if defined(__sun) && defined(__SVR4)
#undef __SOLARIS__
#define __SOLARIS__ 1
#endif