From: Bart Van Assche Date: Sun, 7 Mar 2010 10:44:46 +0000 (+0000) Subject: Added a definition for a new annotation: ANNOTATE_HAPPENS_DONE(). X-Git-Tag: svn/VALGRIND_3_6_0~356 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=297a71f418ec5f2eca03d09059ae9e25e66aa154;p=thirdparty%2Fvalgrind.git Added a definition for a new annotation: ANNOTATE_HAPPENS_DONE(). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11068 --- diff --git a/drd/drd.h b/drd/drd.h index d515c8d9e8..64adfe99b5 100644 --- a/drd/drd.h +++ b/drd/drd.h @@ -90,28 +90,33 @@ /** * @defgroup RaceDetectionAnnotations Data race detection annotations. * - * @see See also the source file dynamic_annotations.h + * @see See also the source file