summaryrefslogtreecommitdiff
path: root/nptl
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-01-09 05:32:43 +0000
committerUlrich Drepper <drepper@redhat.com>2006-01-09 05:32:43 +0000
commit6e741bc3cb8c832a98a5f0845099c10edc07e7c5 (patch)
tree5659c1815fc6e8e632e48faccff7d8f24df9fb7b /nptl
parentaeb2153cd6ab300de1b241cd1528a3f6f260ad37 (diff)
being too clever and reloading the futex value where it shouldn't.
Diffstat (limited to 'nptl')
-rw-r--r--nptl/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog
index a67fdab5aa..9e592c9fb5 100644
--- a/nptl/ChangeLog
+++ b/nptl/ChangeLog
@@ -1,7 +1,7 @@
2006-01-07 Ulrich Drepper <drepper@redhat.com>
* sysdeps/pthread/aio_misc.h (AIO_MISC_WAIT): Work around gcc
- being to clever and reloading the futex value where it shouldn't.
+ being too clever and reloading the futex value where it shouldn't.
2006-01-06 Ulrich Drepper <drepper@redhat.com>