diff options
author | ngoto <ngoto@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-11-09 16:00:00 +0000 |
---|---|---|
committer | ngoto <ngoto@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-11-09 16:00:00 +0000 |
commit | c4e1ecef13458e9ec260bad524bacb7f3e185816 (patch) | |
tree | bccf545f259cca90289595a5b1ce8587d879c1c1 | |
parent | e4d1a8a1579edaa56af1b3cac7b031ad59673d58 (diff) |
* atomic.h: Revert r37491 which is a temporary workaroud.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | atomic.h | 1 |
2 files changed, 4 insertions, 1 deletions
@@ -1,3 +1,7 @@ +Sat Nov 10 00:46:57 2012 Naohisa Goto <[email protected]> + + * atomic.h: Revert r37491 which is a temporary workaroud. + Sat Nov 10 00:33:31 2012 NAKAMURA Usaku <[email protected]> * siphash.h: check configure macros before include newer headers. @@ -65,7 +65,6 @@ rb_w32_atomic_or(volatile rb_atomic_t *var, rb_atomic_t val) #elif defined(__sun) #include <atomic.h> -#include <sys/atomic.h> typedef unsigned int rb_atomic_t; # define ATOMIC_SET(var, val) (void)atomic_swap_uint(&(var), (val)) |