From: Florian Krohm Date: Mon, 23 Jun 2014 21:23:44 +0000 (+0000) Subject: Document return value of VALGRIND_MAKE_MEM_DEFINED and friends. X-Git-Tag: svn/VALGRIND_3_10_0~348 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9700389dd99b6088fcf1cc19fd7f805342fa4ec5;p=thirdparty%2Fvalgrind.git Document return value of VALGRIND_MAKE_MEM_DEFINED and friends. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@14089 --- diff --git a/memcheck/docs/mc-manual.xml b/memcheck/docs/mc-manual.xml index a2a2e090cf..1745d7a5b9 100644 --- a/memcheck/docs/mc-manual.xml +++ b/memcheck/docs/mc-manual.xml @@ -1930,7 +1930,8 @@ arguments. VALGRIND_MAKE_MEM_DEFINED. These mark address ranges as completely inaccessible, accessible but containing undefined data, and accessible and - containing defined data, respectively. + containing defined data, respectively. They return -1, when + run on Valgrind and 0 otherwise.