|
From: <sv...@va...> - 2007-11-11 05:58:40
|
Author: sewardj
Date: 2007-11-11 05:58:41 +0000 (Sun, 11 Nov 2007)
New Revision: 7144
Log:
Comment-only change.
Modified:
trunk/helgrind/hg_intercepts.c
Modified: trunk/helgrind/hg_intercepts.c
===================================================================
--- trunk/helgrind/hg_intercepts.c 2007-11-11 05:52:36 UTC (rev 7143)
+++ trunk/helgrind/hg_intercepts.c 2007-11-11 05:58:41 UTC (rev 7144)
@@ -173,6 +173,8 @@
/*--- 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;
|