Re: [PATCH v3 5/6] support: Add support_small_thread_stack_size

2020-12-30 Thread Florian Weimer
* Adhemerval Zanella via Libc-alpha: > It returns the minimum stack size large enough to cover most internal > glibc stack usage. Looks okay to me.

[PATCH v3 5/6] support: Add support_small_thread_stack_size

2020-12-29 Thread Adhemerval Zanella
It returns the minimum stack size large enough to cover most internal glibc stack usage. --- support/support_set_small_thread_stack_size.c | 12 +--- support/xthread.h | 2 ++ 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/support/support_set_s