Re: [PATCH 4/9] libpthread/nptl: do not exceed architecture specific stack default size

2012-11-18 Thread Mike Frysinger
On Friday 21 September 2012 11:29:14 Florian Fainelli wrote: > --- a/libpthread/nptl/init.c > +++ b/libpthread/nptl/init.c > @@ -401,6 +401,10 @@ __pthread_initialize_minimal_internal (void) > Use the minimal size acceptable. */ > limit.rlim_cur = PTHREAD_STACK_MIN; > > + /* Do not

[PATCH 4/9] libpthread/nptl: do not exceed architecture specific stack default size

2012-09-21 Thread Florian Fainelli
From: Felix Fietkau Signed-off-by: Felix Fietkau --- libpthread/nptl/init.c |4 1 file changed, 4 insertions(+) diff --git a/libpthread/nptl/init.c b/libpthread/nptl/init.c index 379c4bb..a551c21 100644 --- a/libpthread/nptl/init.c +++ b/libpthread/nptl/init.c @@ -401,6 +401,10 @@ __p