about summary refs log tree commit diff
path: root/linuxthreads
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-10-29 15:31:47 +0000
committerUlrich Drepper <drepper@redhat.com>1998-10-29 15:31:47 +0000
commitd5cabaa4b0ef1f389d31db6ff0b8029c60c25df2 (patch)
tree4326d04ba4ee61f932a2cbc95f0ef81a343d8cc7 /linuxthreads
parentc5e340c71ba6f4563ca5fa245baa82b6363ddb2e (diff)
downloadglibc-d5cabaa4b0ef1f389d31db6ff0b8029c60c25df2.tar.gz
glibc-d5cabaa4b0ef1f389d31db6ff0b8029c60c25df2.tar.xz
glibc-d5cabaa4b0ef1f389d31db6ff0b8029c60c25df2.zip
Update.
	* malloc/mtrace.c (tr_where): Replace snprintf call by mempcpy and
	_fitoa.
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/ChangeLog22
1 files changed, 22 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 635bc634dd..dc044ad2ae 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,25 @@
+1998-10-29 14:28  Ulrich Drepper  <drepper@cygnus.com>
+
+	* spinlock.h (__pthread_trylock): Define inline.
+	(__pthread_lock): Add extra parameter to declaration.  Declare
+	using internal_function.
+	(__pthread_unlock): Declare using internal_function.
+	* spinlock.c (__pthread_lock): Add new parameter.  Use it instead
+	of local variable self.  Avoid recomputing self.  Define using
+	internal_function.
+	(__pthread_trylock): Remove.
+	(__pthread_unlock): Define using internal_function.
+	* cancel.c: Adjust for __pthread_lock interface change.  Use already
+	computed self value is possible.
+	* condvar.c: Likewise.
+	* join.c: Likewise.
+	* manager.c: Likewise.
+	* mutex.c: Likewise.
+	* pthread.c: Likewise.
+	* rwlock.c: Likewise.
+	* semaphore.c: Likewise.
+	* signals.c: Likewise.
+
 1998-10-27 13:46  Ulrich Drepper  <drepper@cygnus.com>
 
 	* sysdeps/pthread/pthread.h (struct _pthread_cleanup_buffer): Prepend