about summary refs log tree commit diff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-06-26 10:15:45 +0000
committerUlrich Drepper <drepper@redhat.com>1998-06-26 10:15:45 +0000
commit768cbca8b5a0db079bab56ef2178c977b1ad2a34 (patch)
tree678ca4f19c4de8b635e6792e974fc1280094b8b7 /linuxthreads/ChangeLog
parentdf4099e83ca60bfb5bcfcfd21cdef1e1bd072609 (diff)
downloadglibc-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/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog2
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.