From: Ulrich Drepper Date: Fri, 26 Jun 1998 10:15:45 +0000 (+0000) Subject: Update. X-Git-Tag: upstream/2.30~28374 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=768cbca8b5a0db079bab56ef2178c977b1ad2a34;p=external%2Fglibc.git Update. * pthread.c: Move PID of manager for global variable in structure --- diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index c047160..1f92c7e 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -49,7 +49,7 @@ increase priority when needed. * internals.h: Add prototype for __pthread_manager_adjust_prio. * mutex.c: Optimize mutexes to wake up only one thread. - * pthread.c: Move PID of manager fro global variable in structure + * pthread.c: Move PID of manager for global variable in structure element. Patches by Xavier Leroy.