From: Nicholas Nethercote Date: Wed, 20 May 2009 07:36:18 +0000 (+0000) Subject: DARWIN sync: param name. X-Git-Tag: svn/VALGRIND_3_5_0~636 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=961d37ce2f75438e35733534493573ee53162e82;p=thirdparty%2Fvalgrind.git DARWIN sync: param name. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@10045 --- diff --git a/coregrind/pub_core_debuglog.h b/coregrind/pub_core_debuglog.h index 3a34fd7b4b..489aa0c033 100644 --- a/coregrind/pub_core_debuglog.h +++ b/coregrind/pub_core_debuglog.h @@ -74,11 +74,11 @@ void VG_(debugLog) ( Int level, const HChar* modulename, const HChar* format, ... ); -/* A simple vprintf(). For each emitted byte, (*send) is called with +/* A simple vprintf(). For each emitted byte, (*send_fn) is called with that byte, and 'send_arg2' as its second param. */ extern UInt VG_(debugLog_vprintf) ( - void (*send)(HChar,void*), /* byte sink */ + void (*send_fn)(HChar,void*),/* byte sink */ void* send_arg2, /* 2nd arg for byte sink */ const HChar *format, va_list vargs