summaryrefslogtreecommitdiff
path: root/pr/include
diff options
context:
space:
mode:
authorwtc%netscape.com <devnull@localhost>2001-08-29 23:13:41 +0000
committerwtc%netscape.com <devnull@localhost>2001-08-29 23:13:41 +0000
commit359d447f593c8513443c8007e9026bbfc9b9589f (patch)
tree0565d700e19cc77bcc989d980b54f13b463146b9 /pr/include
parent578dd54ac2734f6e4990658cd4ef8d273c10c764 (diff)
downloadnspr-hg-359d447f593c8513443c8007e9026bbfc9b9589f.tar.gz
Bugzilla bug 95659: added _PR_CleanupStacks(), which is called from
PR_Cleanup(). The patch is contributed by jeff@NerdOne.com. Modified files: primpl.h, prinit.c, prustack.c
Diffstat (limited to 'pr/include')
-rw-r--r--pr/include/private/primpl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pr/include/private/primpl.h b/pr/include/private/primpl.h
index eb1dd716..328d0f1f 100644
--- a/pr/include/private/primpl.h
+++ b/pr/include/private/primpl.h
@@ -1735,6 +1735,7 @@ extern void _PR_InitMW(void);
extern void _PR_InitRWLocks(void);
extern void _PR_NotifyCondVar(PRCondVar *cvar, PRThread *me);
extern void _PR_CleanupThread(PRThread *thread);
+extern void _PR_CleanupStacks(void);
extern void _PR_CleanupTPD(void);
extern void _PR_Cleanup(void);
extern void _PR_LogCleanup(void);