From: Jakub Jelinek Date: Wed, 29 Apr 2009 18:04:10 +0000 (+0000) Subject: Add missing CHangeLog entry. X-Git-Tag: cvs/fedora-glibc-20090509T1828~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=40de0fe350463cfa7af8c44cadda5e51ff193ad6;p=platform%2Fupstream%2Fglibc.git Add missing CHangeLog entry. 2009-01-07 Ulrich Drepper * (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. --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 54aa546..b83dfd0 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -101,6 +101,15 @@ * sysdeps/pthread/list.h (list_add): Initialize new element first. (list_add_tail): Removed. +2009-01-07 Ulrich Drepper + + * (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. + 2009-01-04 Ulrich Drepper * init.c (__pthread_initialize_minimal_internal): Optimize test