From c31136724ab51c9b935344c46d3eca51c8b37d55 Mon Sep 17 00:00:00 2001 From: rpj Date: Fri, 25 Mar 2011 02:53:23 +0000 Subject: Terminating thread robust signaling changes --- pthread_mutex_trylock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pthread_mutex_trylock.c') diff --git a/pthread_mutex_trylock.c b/pthread_mutex_trylock.c index 8f98661..f51c34c 100644 --- a/pthread_mutex_trylock.c +++ b/pthread_mutex_trylock.c @@ -138,7 +138,7 @@ pthread_mutex_trylock (pthread_mutex_t * mutex) } else { - if (EOWNERDEAD == (result = ptw32_robust_mutex_inherit(mutex, self))) + if (EOWNERDEAD == (result = ptw32_robust_mutex_inherit(mutex))) { mx->recursive_count = 1; #if 1 -- cgit v1.2.3