From a3785ca2cc1c8693d89ebe44216acf781a634718 Mon Sep 17 00:00:00 2001 From: rsc Date: Wed, 21 Apr 2004 19:29:04 +0000 Subject: Tweaks to make libthread tell Valgrind about its stack limits, so that Valgrind can detect stack overflow for me. --- src/libthread/threadimpl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libthread/threadimpl.h') diff --git a/src/libthread/threadimpl.h b/src/libthread/threadimpl.h index 06ed671d..373164ad 100644 --- a/src/libthread/threadimpl.h +++ b/src/libthread/threadimpl.h @@ -219,4 +219,4 @@ extern int _threadgetpid(void); extern void _threadmemset(void*, int, int); extern void _threaddebugmemset(void*, int, int); extern int _threadprocs; - +extern void _threadstacklimit(void*); -- cgit v1.2.3