aboutsummaryrefslogtreecommitdiff
path: root/src/libthread/threadimpl.h
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-04-21 19:29:04 +0000
committerrsc <devnull@localhost>2004-04-21 19:29:04 +0000
commita3785ca2cc1c8693d89ebe44216acf781a634718 (patch)
tree2ae82a3a7c462e670e8b0d6e234e301cfd317987 /src/libthread/threadimpl.h
parentcdd61ab0aee825e93688ae5d2cfb86f14baad858 (diff)
Tweaks to make libthread tell Valgrind about its stack limits,
so that Valgrind can detect stack overflow for me.
Diffstat (limited to 'src/libthread/threadimpl.h')
-rw-r--r--src/libthread/threadimpl.h2
1 files changed, 1 insertions, 1 deletions
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*);