diff options
author | Roland McGrath <roland@gnu.org> | 2003-02-22 08:33:33 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2003-02-22 08:33:33 +0000 |
commit | 5148559c8834afc9bae433168d42a653a8347bf8 (patch) | |
tree | 416e348c643b01f9bfaab5e0d6e6a123c4350ddd /nptl | |
parent | 12d7ca07e2ec81d96ed292ca0ba7922bb4d12193 (diff) | |
download | glibc-5148559c8834afc9bae433168d42a653a8347bf8.tar.gz glibc-5148559c8834afc9bae433168d42a653a8347bf8.tar.xz glibc-5148559c8834afc9bae433168d42a653a8347bf8.zip |
* pthread_create.c (start_thread): Call __libc_thread_freeres.
Diffstat (limited to 'nptl')
-rw-r--r-- | nptl/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 386843b1d2..a45742a981 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,7 @@ +2003-02-21 Roland McGrath <roland@redhat.com> + + * pthread_create.c (start_thread): Call __libc_thread_freeres. + 2003-02-21 Ulrich Drepper <drepper@redhat.com> * Makefile (tests): Add tst-eintr1. |