Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 26 Jun 1998 10:15:45 +0000 (10:15 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 26 Jun 1998 10:15:45 +0000 (10:15 +0000)
* pthread.c: Move PID of manager for global variable in structure

linuxthreads/ChangeLog

index c047160..1f92c7e 100644 (file)
@@ -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.