K 10 svn:author V 6 jasone K 8 svn:date V 27 2001-07-20T04:23:11.000000Z K 7 svn:log V 263 Implement pthread_attr_[gs]etguardsize(). Non-default-size stacks used to be malloc()ed, but they are now allocated using mmap(), just as the default-size stacks are. A separate cache of stacks is kept for non-default-size stacks. Collaboration with: deischen END