summaryrefslogtreecommitdiff
path: root/nptl/DESIGN-rwlock.txt
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2004-08-13 05:42:43 +0000
committerUlrich Drepper <drepper@redhat.com>2004-08-13 05:42:43 +0000
commit644eff0c9fde2da05a4edcbe49d27f528286a887 (patch)
tree5dbb52555ac8e1aa35f3e1bac14d9618bad32c32 /nptl/DESIGN-rwlock.txt
parent30c06335ce753f14f5c46f6fc7080100992b3f17 (diff)
Update.
2004-08-10 GOTO Masanori <gotom@debian.or.jp> * locale/C-time.c: Change default ERA value from NULL to "". * locale/tst-C-locale.c: Add test case for ERA keywords.
Diffstat (limited to 'nptl/DESIGN-rwlock.txt')
-rw-r--r--nptl/DESIGN-rwlock.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/DESIGN-rwlock.txt b/nptl/DESIGN-rwlock.txt
index cdbd4ce9ef..810d1b8f35 100644
--- a/nptl/DESIGN-rwlock.txt
+++ b/nptl/DESIGN-rwlock.txt
@@ -48,6 +48,7 @@ pthread_rwlock_rdlock(pthread_rwlock_t *rwlock)
futex_wait(&rwlock->readers_wakeup, val)
lll_lock(rwlock->lock);
+ rwlock->nr_readers_queued--;
}
rwlock->readers++;
lll_unlock(rwlock->lock);