libeio EIO_STACKSIZE

2013-01-18 Thread Konstantin Osipov
Hi, libeio manual says that EIO_STACKSIZE, if set to 0, leaves pthread stack size at its default value: --quote If it is defined, but 0, then the default operating system stack size will be used. --end quote In fact, if EIO_STACKSIZE is defined, but 0, the stack size used is PTHREAD_STACK_MIN:

Re: libeio EIO_STACKSIZE

2013-01-18 Thread Marc Lehmann
On Fri, Jan 18, 2013 at 09:54:02PM +0400, Konstantin Osipov wrote: > libeio manual says that EIO_STACKSIZE, if set to 0, leaves > pthread stack size at its default value: Thats a (documentation) bug, thanks for pointing it out. > It seems that all that is necessary is to ensure that EIO_CUSTOM