about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-10-30 07:39:54 +0000
committerUlrich Drepper <drepper@redhat.com>2000-10-30 07:39:54 +0000
commit31879cd8d2dba0a651a891389e93b3c2eb1b33e6 (patch)
treed8668c803d9f7770dbdbbf2b380f0751db1fb43a
parent56c511b54b34853459bcbb79b4fdb6d95f5e83a5 (diff)
downloadglibc-31879cd8d2dba0a651a891389e93b3c2eb1b33e6.tar.gz
glibc-31879cd8d2dba0a651a891389e93b3c2eb1b33e6.tar.xz
glibc-31879cd8d2dba0a651a891389e93b3c2eb1b33e6.zip
Update.
	* attr.c (__pthread_attr_setguardsize): Don't round guardsize
	here.  Reported by Bruce <bruce@puremagic.com>.
-rw-r--r--linuxthreads/ChangeLog3
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