diff options
author | Ulrich Drepper <drepper@redhat.com> | 1998-06-26 10:15:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1998-06-26 10:15:45 +0000 |
commit | 768cbca8b5a0db079bab56ef2178c977b1ad2a34 (patch) | |
tree | 678ca4f19c4de8b635e6792e974fc1280094b8b7 /linuxthreads | |
parent | df4099e83ca60bfb5bcfcfd21cdef1e1bd072609 (diff) | |
download | glibc-768cbca8b5a0db079bab56ef2178c977b1ad2a34.tar.gz glibc-768cbca8b5a0db079bab56ef2178c977b1ad2a34.tar.xz glibc-768cbca8b5a0db079bab56ef2178c977b1ad2a34.zip |
Update.
* pthread.c: Move PID of manager for global variable in structure
Diffstat (limited to 'linuxthreads')
-rw-r--r-- | linuxthreads/ChangeLog | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index c047160a0f..1f92c7ef0c 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. |