Increase PTHREAD_STACK_MIN to MINSIGSTKSZ because thread libraries now use

makecontext which enforces a minimum stack size to be MINSIGSTKSZ.

Bug report: Bill Middleton <flashdict at gmail dot com>, BSD-sharp project.
This commit is contained in:
David Xu 2005-04-11 03:47:42 +00:00
parent f297a20e30
commit 213a268eec
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=144892

View File

@ -50,7 +50,7 @@
*/
#define PTHREAD_DESTRUCTOR_ITERATIONS 4
#define PTHREAD_KEYS_MAX 256
#define PTHREAD_STACK_MIN 1024
#define PTHREAD_STACK_MIN MINSIGSTKSZ
#define PTHREAD_THREADS_MAX ULONG_MAX
#define PTHREAD_BARRIER_SERIAL_THREAD -1