summary refs log tree commit diff
path: root/linuxthreads
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-01-12 12:08:13 +0000
committerUlrich Drepper <drepper@redhat.com>2000-01-12 12:08:13 +0000
commit03c0d6ef17c03ef0e2ce005a54e53b8039830fbb (patch)
treec941a6e611971129b5d23cd663574e7d69cf111a /linuxthreads
parentce75c139ac162cf8d7d4a7598503bc3592328b2c (diff)
downloadglibc-03c0d6ef17c03ef0e2ce005a54e53b8039830fbb.tar.gz
glibc-03c0d6ef17c03ef0e2ce005a54e53b8039830fbb.tar.xz
glibc-03c0d6ef17c03ef0e2ce005a54e53b8039830fbb.zip
Update.
	* Makefile (install): Correct passing -r parameter to ldconfig.
Diffstat (limited to 'linuxthreads')
-rw-r--r--linuxthreads/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 0355a861dc..c783b3bf0a 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,20 @@
+2000-01-12  Ulrich Drepper  <drepper@cygnus.com>
+
+	* internals.h (pthread_readlock_info): New structure.
+	(_pthread_descr_struct): Add p_readlock_list, p_readlock_free, and
+	p_untracked_readlock_count.
+	* pthread.c (__pthread_initial_thread, pthread_manager_thread):
+	Add initializers for new fields.
+	* manager.c (pthread_free): Free read/write lock lists.
+	* queue.h (queue_is_empty): New function.
+	* rwlock.c: Implement requirements about when readers should get
+	locks assigned.
+	* sysdeps/pthread/pthread.h
+	(PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP): New definition.
+	* sysdeps/pthread/bits/pthreadtypes.h (struct _pthread_rwlock_t):
+	Define this name as well.
+	Patches by Kaz Kylheku <kaz@ashi.footprints.net>.
+
 2000-01-05  Ulrich Drepper  <drepper@cygnus.com>
 
 	* pthread.c (__pthread_initial_thread, pthread_manager_thread):