aboutsummaryrefslogtreecommitdiff
path: root/linuxthreads/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-01-17 04:00:04 +0000
committerUlrich Drepper <drepper@redhat.com>2000-01-17 04:00:04 +0000
commit2449110a8ae9b7fb65259560a96b6fafd14e791f (patch)
tree94f74bb950c566fa4438d23bd60f27c59a6d730b /linuxthreads/ChangeLog
parent01ff9d0b5496c8bc5c7c1295485c05d52bbdfa9c (diff)
downloadglibc-2449110a8ae9b7fb65259560a96b6fafd14e791f.tar
glibc-2449110a8ae9b7fb65259560a96b6fafd14e791f.tar.gz
glibc-2449110a8ae9b7fb65259560a96b6fafd14e791f.tar.bz2
glibc-2449110a8ae9b7fb65259560a96b6fafd14e791f.zip
Update.
* Makeconfig (rpath-dirs): Remove db2. (dbojdir): Remove variable.
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r--linuxthreads/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index c783b3bf0a..754534e38e 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,11 @@
+2000-01-16 Ulrich Drepper <drepper@cygnus.com>
+
+ * rwlock.c (pthread_rwlock_unlock): Correct one more problem with
+ preference handling.
+ (pthread_rwlockattr_setkind_np): Allow
+ PTHREAD_RWLOCK_PREFER_WRITER_NONRECURSIVE_NP.
+ Patches by Kaz Kylheku <kaz@ashi.footprints.net>.
+
2000-01-12 Ulrich Drepper <drepper@cygnus.com>
* internals.h (pthread_readlock_info): New structure.