|
From: <sv...@va...> - 2010-09-02 14:41:13
|
Author: bart Date: 2010-09-02 15:41:05 +0100 (Thu, 02 Sep 2010) New Revision: 11325 Log: Made declaration and definition of VG_(thread_get_stack_size)(ThreadId) consistent. Modified: trunk/include/pub_tool_machine.h Modified: trunk/include/pub_tool_machine.h =================================================================== --- trunk/include/pub_tool_machine.h 2010-09-02 14:38:38 UTC (rev 11324) +++ trunk/include/pub_tool_machine.h 2010-09-02 14:41:05 UTC (rev 11325) @@ -146,7 +146,7 @@ extern Addr VG_(thread_get_stack_max) ( ThreadId tid ); // Returns how many bytes have been allocated for the stack of the given thread -extern Addr VG_(thread_get_stack_size) ( ThreadId tid ); +extern SizeT VG_(thread_get_stack_size) ( ThreadId tid ); // Returns the bottommost address of the alternate signal stack. // See also the man page of sigaltstack(). |