diff options
author | Ulrich Drepper <drepper@redhat.com> | 2004-10-28 19:09:21 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2004-10-28 19:09:21 +0000 |
commit | a1fbd85875b335d88e3a531efc66ce972a010493 (patch) | |
tree | a436f3fba8c21ac1c262dc4823de6cccfd2d6ebf /nptl/ChangeLog | |
parent | 7d4afb9b7fa6fabe5066f5e2ab4958f717fa8ada (diff) | |
download | glibc-a1fbd85875b335d88e3a531efc66ce972a010493.tar.gz glibc-a1fbd85875b335d88e3a531efc66ce972a010493.tar.xz glibc-a1fbd85875b335d88e3a531efc66ce972a010493.zip |
Update.
2004-10-28 Jakub Jelinek <jakub@redhat.com> * pthread_create.c (__pthread_create_2_1): Avoid leaking stacks if sched_priority is not between minprio and maxprio.
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 be5893d3d8..4c7f671f60 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +2004-10-28 Jakub Jelinek <jakub@redhat.com> + + * pthread_create.c (__pthread_create_2_1): Avoid leaking stacks + if sched_priority is not between minprio and maxprio. + 2004-10-25 Kaz Kojima <kkojima@rr.iij4u.or.jp> * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S |