diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-10-30 07:39:54 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-10-30 07:39:54 +0000 |
commit | 31879cd8d2dba0a651a891389e93b3c2eb1b33e6 (patch) | |
tree | d8668c803d9f7770dbdbbf2b380f0751db1fb43a | |
parent | 56c511b54b34853459bcbb79b4fdb6d95f5e83a5 (diff) | |
download | glibc-31879cd8d2dba0a651a891389e93b3c2eb1b33e6.tar glibc-31879cd8d2dba0a651a891389e93b3c2eb1b33e6.tar.gz glibc-31879cd8d2dba0a651a891389e93b3c2eb1b33e6.tar.bz2 glibc-31879cd8d2dba0a651a891389e93b3c2eb1b33e6.zip |
Update.
* attr.c (__pthread_attr_setguardsize): Don't round guardsize
here. Reported by Bruce <bruce@puremagic.com>.
-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 |