From: Bart Van Assche Date: Sun, 24 Feb 2008 18:27:11 +0000 (+0000) Subject: Minor change: renamed one variable. X-Git-Tag: svn/VALGRIND_3_4_0~1048 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7bc2463c752911bed39cd76f13a4e924498304ea;p=thirdparty%2Fvalgrind.git Minor change: renamed one variable. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7444 --- diff --git a/exp-drd/drd_mutex.h b/exp-drd/drd_mutex.h index 3a291795b8..7eb7821c16 100644 --- a/exp-drd/drd_mutex.h +++ b/exp-drd/drd_mutex.h @@ -52,7 +52,7 @@ const char* mutex_type_name(const MutexT mt); Bool mutex_is_locked_by(const Addr mutex, const DrdThreadId tid); const VectorClock* mutex_get_last_vc(const Addr mutex); int mutex_get_recursion_count(const Addr mutex); -void mutex_thread_delete(const DrdThreadId threadid); +void mutex_thread_delete(const DrdThreadId tid); void mutex_stop_using_mem(const Addr a1, const Addr a2); ULong get_mutex_lock_count(void);