diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-12-22 22:43:39 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-12-22 22:43:39 -0500 |
commit | 2c1094bd700e63a8d7f547b3f5495bedb55c0a08 (patch) | |
tree | bf579617e656820ae621652a6fa5219cdfc897d3 /nptl/pthreadP.h | |
parent | 3b8dfc621bfd320c924a3cd597086d3473da1cf4 (diff) | |
download | glibc-2c1094bd700e63a8d7f547b3f5495bedb55c0a08.tar glibc-2c1094bd700e63a8d7f547b3f5495bedb55c0a08.tar.gz glibc-2c1094bd700e63a8d7f547b3f5495bedb55c0a08.tar.bz2 glibc-2c1094bd700e63a8d7f547b3f5495bedb55c0a08.zip |
Create internal threads with sufficient stack size
Diffstat (limited to 'nptl/pthreadP.h')
-rw-r--r-- | nptl/pthreadP.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/pthreadP.h b/nptl/pthreadP.h index df4f4d769b..845434e50e 100644 --- a/nptl/pthreadP.h +++ b/nptl/pthreadP.h @@ -397,6 +397,7 @@ weak_function; extern void __pthread_init_static_tls (struct link_map *) attribute_hidden; +extern size_t __pthread_get_minstack (const pthread_attr_t *attr); /* Namespace save aliases. */ extern int __pthread_getschedparam (pthread_t thread_id, int *policy, |