diff options
-rw-r--r-- | linuxthreads/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
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 <drepper@redhat.com> + * attr.c (__pthread_attr_setguardsize): Don't round guardsize + here. Reported by Bruce <bruce@puremagic.com>. + * 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 |