From 141fb3f15d8e0f1eda2be1daa6d53a6abe4c9032 Mon Sep 17 00:00:00 2001 From: Julian Seward Date: Sun, 11 Nov 2007 05:58:41 +0000 Subject: [PATCH] Comment-only change. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7144 --- helgrind/hg_intercepts.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/helgrind/hg_intercepts.c b/helgrind/hg_intercepts.c index 10be82b9b0..6a0baba66b 100644 --- a/helgrind/hg_intercepts.c +++ b/helgrind/hg_intercepts.c @@ -173,6 +173,8 @@ static char* lame_strerror ( long err ) /*--- pthread_create, pthread_join, pthread_exit ---*/ /*----------------------------------------------------------------*/ +/* Do not rename this function. It contains an unavoidable race and + so is mentioned by name in glibc-*helgrind*.supp. */ static void* mythread_wrapper ( void* xargsV ) { volatile Word volatile* xargs = (volatile Word volatile*) xargsV; -- 2.47.2