Subj : Re: pthreads-win32 question... To : comp.programming.threads From : David Schwartz Date : Thu Feb 10 2005 03:49 pm "Randy Howard" wrote in message news:MPG.1c75abaf13494ec1989f8b@news.verizon.net... > 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() ? Stack operations are inherently non-portable. One could even concieve of a conforming implementation that didn't have a stack. DS .