* pthread.c: Move PID of manager for global variable in structure
This commit is contained in:
Ulrich Drepper 1998-06-26 10:15:45 +00:00
parent df4099e83c
commit 768cbca8b5
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@
increase priority when needed. increase priority when needed.
* internals.h: Add prototype for __pthread_manager_adjust_prio. * internals.h: Add prototype for __pthread_manager_adjust_prio.
* mutex.c: Optimize mutexes to wake up only one thread. * 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. element.
Patches by Xavier Leroy. Patches by Xavier Leroy.