diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-18 19:15:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-18 19:15:31 +0000 |
commit | 8b8074da86f81a4f5974f01c1f9d297025ab04fe (patch) | |
tree | b1145a035fc7b75662c04fa97f7a39b749733d53 /nptl/ChangeLog | |
parent | bcc86889c775a0f717de272cc270e3b089aa5221 (diff) | |
download | glibc-8b8074da86f81a4f5974f01c1f9d297025ab04fe.zip glibc-8b8074da86f81a4f5974f01c1f9d297025ab04fe.tar.gz glibc-8b8074da86f81a4f5974f01c1f9d297025ab04fe.tar.bz2 |
Update.
2003-09-18 Jakub Jelinek <jakub@redhat.com>
* libio/memstream.c (open_memstream): Use _IO_init instead of
_IO_old_init.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index bb73d0f..26c0522 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2003-09-18 Jakub Jelinek <jakub@redhat.com> + + * tst-attr3.c (tf, do_test): Print stack start/end/size and + guardsize for each thread. + 2003-09-17 Jakub Jelinek <jakub@redhat.com> * sysdeps/pthread/pthread.h (pthread_getattr_np): Clarify usage. |