mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* signal.c: fix typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29592 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
4d9a6ab181
commit
3ea90fc38e
1 changed files with 1 additions and 1 deletions
2
signal.c
2
signal.c
|
@ -25,7 +25,7 @@ typedef LONG rb_atomic_t;
|
|||
# define ATOMIC_INC(var) InterlockedIncrement(&(var))
|
||||
# define ATOMIC_DEC(var) InterlockedDecrement(&(var))
|
||||
|
||||
#elsif __GNUC__ >= 4
|
||||
#elif __GNUC__ >= 4
|
||||
/* @shyouhei hack to support atomic operations in case of gcc. Gcc
|
||||
* has its own pseudo-insns to support them. See info, or
|
||||
* http://gcc.gnu.org/onlinedocs/gcc/Atomic-Builtins.html */
|
||||
|
|
Loading…
Add table
Reference in a new issue