about summary refs log tree commit diff
path: root/nptl/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-09-17 06:44:18 +0000
committerUlrich Drepper <drepper@redhat.com>2003-09-17 06:44:18 +0000
commit92ce46766b7d3f6d65fd345ab612fc04e55b89cc (patch)
tree64eecc90b326df9c929e688239b48a6a8c98a551 /nptl/ChangeLog
parenta243f94e3636a48142e93dffb4f919f4595f91e8 (diff)
downloadglibc-92ce46766b7d3f6d65fd345ab612fc04e55b89cc.tar.gz
glibc-92ce46766b7d3f6d65fd345ab612fc04e55b89cc.tar.xz
glibc-92ce46766b7d3f6d65fd345ab612fc04e55b89cc.zip
Update.
2003-09-16  Ulrich Drepper  <drepper@redhat.com>

	* attr.c (pthread_getattr_np): Correctly fill in the stack-related
	values for the initial thread.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r--nptl/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index 17648b8008..2491cd990e 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,3 +1,8 @@
+2003-09-16  Ulrich Drepper  <drepper@redhat.com>
+
+	* pthread_getattr_np.c (pthread_getattr_np): Correctly fill in the
+	stack-related values for the initial thread.
+
 2003-09-15  Jakub Jelinek  <jakub@redhat.com>
 
 	* Makefile (CFLAGS-pthread_once.c): Add $(uses-callbacks).