From b62ccc0eeb825a44b0d3449c51bc915ae984efc5 Mon Sep 17 00:00:00 2001 From: shugo Date: Fri, 23 Feb 2007 01:56:43 +0000 Subject: * thread_pthread.ci (native_mutex_lock): do not call pthread_mutex_trylock(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@11811 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index c654ba399..5129f953f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Fri Feb 23 10:53:21 2007 Shugo Maeda + + * thread_pthread.ci (native_mutex_lock): do not call + pthread_mutex_trylock(). + Fri Feb 23 10:31:16 2007 Minero Aoki * dln.c: use dlopen on Mac OS X 10.3 or later. -- cgit