about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-04-16 23:49:58 +0000
committerUlrich Drepper <drepper@redhat.com>2004-04-16 23:49:58 +0000
commit5adac0e439e09c9c078d791a0feb317628063acf (patch)
tree38816a490b1f629da3830f5e948f2e56203b4e04 /nptl/ChangeLog
parentedb4d496a81637e9232301fe89086f164327f74a (diff)
downloadglibc-5adac0e439e09c9c078d791a0feb317628063acf.tar.gz
glibc-5adac0e439e09c9c078d791a0feb317628063acf.tar.xz
glibc-5adac0e439e09c9c078d791a0feb317628063acf.zip
Update.
	* rt/tst-mqueue6.c (mqsend): Don't inline.
	(mqrecv): Likewise.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index d1f5229da9..c37f1c9c09 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,11 @@
+2004-04-16  Ulrich Drepper  <drepper@redhat.com>
+
+	* allocatestack.c (allocate_stack): Set reported_guardsize
+	unconditionally.
+	* pthread_getattr_np.c (pthread_getattr_np): Use
+	reported_guardsize instead of guardsize.
+	* descr.h (struct pthread): Add reported_guardsize field.
+
 2004-04-13  Jakub Jelinek  <jakub@redhat.com>
 
 	* sysdeps/unix/sysv/linux/mq_notify.c: Shut up GCC warning.