summaryrefslogtreecommitdiff
path: root/libc/nptl/pthreadP.h
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2006-09-29 14:03:13 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2006-09-29 14:03:13 +0000
commitd6e2601562c38769f4192523e6598e1005818549 (patch)
treec49ef0ecbf5054fcd823b7acc39c2759d0204235 /libc/nptl/pthreadP.h
parent6f98bd87b527a819e1ccd4bbd0156cbd0c8fd7cd (diff)
downloadeglibc2-d6e2601562c38769f4192523e6598e1005818549.tar.gz
Merge changes between r76 and r285 from /fsf/trunk.
git-svn-id: svn://svn.eglibc.org/trunk@286 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/nptl/pthreadP.h')
-rw-r--r--libc/nptl/pthreadP.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/nptl/pthreadP.h b/libc/nptl/pthreadP.h
index 503e99b2b..f9634ab0f 100644
--- a/libc/nptl/pthreadP.h
+++ b/libc/nptl/pthreadP.h
@@ -543,6 +543,8 @@ extern void __nptl_deallocate_tsd (void) attribute_hidden;
extern int __nptl_setxid (struct xid_command *cmdp) attribute_hidden;
+extern void __free_stack_cache (void) attribute_hidden;
+
#ifdef SHARED
# define PTHREAD_STATIC_FN_REQUIRE(name)
#else