]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Made declaration and definition of VG_(thread_get_stack_size)(ThreadId)
authorBart Van Assche <bvanassche@acm.org>
Thu, 2 Sep 2010 14:41:05 +0000 (14:41 +0000)
committerBart Van Assche <bvanassche@acm.org>
Thu, 2 Sep 2010 14:41:05 +0000 (14:41 +0000)
consistent.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11325

include/pub_tool_machine.h

index 5d89c708d1cb0f4f04aa200036dd6524abee0510..5b34c4886dfc0784abd8afbcfd9b32ebc743c4a1 100644 (file)
@@ -146,7 +146,7 @@ extern Bool VG_(thread_stack_next)       ( /*MOD*/ThreadId* tid,
 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().