K 10 svn:author V 7 davidxu K 8 svn:date V 27 2003-09-14T22:39:44.000000Z K 7 svn:log V 400 Respect POSIX specification, a value return from pthread_attr_getguardsize should be a value past to pthread_attr_setguardsize, not a rounded up value. Also fix a stack size matching bug in thr_stack.c, now stack matching code uses number of pages but not bytes length to match stack size, so for example, size 512 bytes and size 513 bytes should both match 1 page stack size. Reviewed by: deischen END