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;


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Valgrind-developers mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to