pthreads - Change PTHREAD_STACK_MIN
commit136f1381f4319ab481b1ce2826657f53a05cba90
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 4 Jul 2017 02:58:19 +0000 (3 19:58 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 4 Jul 2017 02:58:19 +0000 (3 19:58 -0700)
tree5a7276f130551a7e37e15325d1c8b088d20c8352
parent4891462104de9e575ea0dc7fdf2b471826b3f332
pthreads - Change PTHREAD_STACK_MIN

* Change PTHREAD_STACK_MIN from 1024 to 16384.  Most other platforms
  seems to use 16384.  Even 4096 can cause rtld failures.

* Fixes 'node', which defaults to configuring the pthreads stacksize to
  PTHREAD_STACK_MIN and then proceeded to implode.

Reported-by: tautology
include/pthread.h