diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-01-09 05:32:43 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-01-09 05:32:43 +0000 |
commit | 6e741bc3cb8c832a98a5f0845099c10edc07e7c5 (patch) | |
tree | 5659c1815fc6e8e632e48faccff7d8f24df9fb7b | |
parent | aeb2153cd6ab300de1b241cd1528a3f6f260ad37 (diff) | |
download | glibc-6e741bc3cb8c832a98a5f0845099c10edc07e7c5.tar.gz glibc-6e741bc3cb8c832a98a5f0845099c10edc07e7c5.tar.xz glibc-6e741bc3cb8c832a98a5f0845099c10edc07e7c5.zip |
being too clever and reloading the futex value where it shouldn't.
-rw-r--r-- | nptl/ChangeLog | 2 |
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> |