]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Minor change: renamed one variable.
authorBart Van Assche <bvanassche@acm.org>
Sun, 24 Feb 2008 18:27:11 +0000 (18:27 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sun, 24 Feb 2008 18:27:11 +0000 (18:27 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7444

exp-drd/drd_mutex.h

index 3a291795b8561ba8d58c3c6b5233bdcdbedff765..7eb7821c160b4f103d9312300762ee790ad6c697 100644 (file)
@@ -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);