Subj : pthreads-win32 question... To : comp.programming.threads From : Randy Howard Date : Thu Feb 10 2005 11:35 pm 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() ? .