diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index fb614a741d..ed2b6b9d2e 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -1,5 +1,8 @@ 2000-10-29 Ulrich Drepper + * attr.c (__pthread_attr_setguardsize): Don't round guardsize + here. Reported by Bruce . + * linuxthreads.texi: Changes terminology to 'type' from 'kind' when discussing mutexes. (As per the Unix98 name for the API.) Changes documentation for pthread_mutexattr_setkind_np() and