aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/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 /linuxthreads/ChangeLog
parenta243f94e3636a48142e93dffb4f919f4595f91e8 (diff)
downloadglibc-92ce46766b7d3f6d65fd345ab612fc04e55b89cc.tar
glibc-92ce46766b7d3f6d65fd345ab612fc04e55b89cc.tar.gz
glibc-92ce46766b7d3f6d65fd345ab612fc04e55b89cc.tar.bz2
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 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 3385353bd4..a9d73fd655 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,8 @@
+2003-09-16 Ulrich Drepper <drepper@redhat.com>
+
+ * attr.c (pthread_getattr_np): Correctly fill in the stack-related
+ values for the initial thread.
+
2003-09-17 Jakub Jelinek <jakub@redhat.com>
* pthread.c (manager_thread): Remove static, add attribute_hidden.