CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/05/21 14:21:10
Modified files:
regress/sys/kern/fork-exit: Makefile fork-exit.c
Log message:
Set the stack size attribute of the pthreads large enough to allocate
the specified amount of stack memory. On 32 bit architectures
regress fork-exit failed as the default stack size for pthreads is
smaller. With the limit set to the expected size we can test even
larger thread stacks.
