Add missing CHangeLog entry.
commit40de0fe350463cfa7af8c44cadda5e51ff193ad6
authorJakub Jelinek <jakub@redhat.com>
Wed, 29 Apr 2009 18:04:10 +0000 (29 18:04 +0000)
committerJakub Jelinek <jakub@redhat.com>
Wed, 29 Apr 2009 18:04:10 +0000 (29 18:04 +0000)
tree840b71e7fd64f1af48fc96f58b00e4df1f4e2fc8
parent667712b81decf3856be56b4696ce96f929079d65
Add missing CHangeLog entry.

2009-01-07  Ulrich Drepper  <drepper@redhat.com>

* (in_flight_stack): New variable.
(stack_list_del): New function.  Use instead of list_del.
(stack_list_add): New function.  Use instead of list_add when adding to
stack_cache and stack_used lists.
(__reclaim_stacks): Complete operations on stack_cache and stack_used lists
when the fork call interrupted another thread.
nptl/ChangeLog