Subj : Re: pthreads-win32 question... To : comp.programming.threads From : Randy Howard Date : Thu Feb 10 2005 11:46 pm In article , randyhoward@FOOverizonBAR.net says... > > Per Posix pthreads, is it "legal" wrt the standard for an implementation > (such as pthreads-win32) to return 0 for PTHREAD_STACK_MIN, or 0 for the > default stack size obtained from pthread_attr_getstacksize(), after > pthread_attr_init() ? I hit send too soon... the code I'm using will return 16384 for PTHREAD_STACK_MIN and 2097152 for stack size with the same code. -- Randy Howard (2reply remove FOOBAR) "Making it hard to do stupid things often makes it hard to do smart ones too." -- Andrew Koenig .