From: Julian Seward Date: Sun, 11 Nov 2007 05:58:41 +0000 (+0000) Subject: Comment-only change. X-Git-Tag: svn/VALGRIND_3_3_0~146 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=141fb3f15d8e0f1eda2be1daa6d53a6abe4c9032;p=thirdparty%2Fvalgrind.git Comment-only change. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7144 --- 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;