summaryrefslogtreecommitdiff
path: root/nptl/Versions
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@gmail.com>2011-12-22 22:43:39 -0500
committerUlrich Drepper <drepper@gmail.com>2011-12-22 22:43:39 -0500
commit2c1094bd700e63a8d7f547b3f5495bedb55c0a08 (patch)
treebf579617e656820ae621652a6fa5219cdfc897d3 /nptl/Versions
parent3b8dfc621bfd320c924a3cd597086d3473da1cf4 (diff)
Create internal threads with sufficient stack size
Diffstat (limited to 'nptl/Versions')
-rw-r--r--nptl/Versions2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/Versions b/nptl/Versions
index 5a884202f1..6a10375502 100644
--- a/nptl/Versions
+++ b/nptl/Versions
@@ -255,6 +255,6 @@ libpthread {
GLIBC_PRIVATE {
__pthread_initialize_minimal;
__pthread_clock_gettime; __pthread_clock_settime;
- __pthread_unwind;
+ __pthread_unwind; __pthread_get_minstack;
}
}