From 1cf72524fe23e12d75aa4ae1205e03dab3a965ec Mon Sep 17 00:00:00 2001 From: mame Date: Mon, 28 Jul 2008 11:17:43 +0000 Subject: * vm_core.h: move the definition of struct rb_mutex_struct. * thread.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18245 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 6e49270ad..c004c62ff 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Mon Jul 28 20:17:03 2008 Yusuke Endoh + + * vm_core.h: move the definition of struct rb_mutex_struct. + + * thread.c: ditto. + Mon Jul 28 18:58:46 2008 Yusuke Endoh * thread.c (mutex_unlock): fix typo. -- cgit