diff options
| author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-11-03 16:56:49 +0000 |
|---|---|---|
| committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-11-03 16:56:49 +0000 |
| commit | c0876125f53f71348bf1b83b88cdf20d07a722c0 (patch) | |
| tree | 2337cb64663646827522f6608527493c26afdb78 /ChangeLog | |
| parent | af65d1af17f64d13765fa3e38a4ac3e1b6f0181b (diff) | |
* include/ruby/intern.h (rb_mutex_synchronize): fixed prototype.
* thread.c (rb_mutex_synchronize): fixed function name.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@20102 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -1,3 +1,9 @@ +Tue Nov 4 01:56:46 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> + + * include/ruby/intern.h (rb_mutex_synchronize): fixed prototype. + + * thread.c (rb_mutex_synchronize): fixed function name. + Mon Nov 3 16:32:54 2008 Nobuyoshi Nakada <nobu@ruby-lang.org> * missing.h: needs RUBY_EXTERN instead of extern for mswin. |
