diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-01-08 01:52:44 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-01-08 01:52:44 +0000 |
commit | c6885aa1e21483cbf60680fc3cafbac24c19c1e1 (patch) | |
tree | f41379f4fff6fffa94f12b5922e14ca9d664134b | |
parent | 04454efba24f352eee6dca7442166dade5000392 (diff) | |
download | glibc-c6885aa1e21483cbf60680fc3cafbac24c19c1e1.tar.gz glibc-c6885aa1e21483cbf60680fc3cafbac24c19c1e1.tar.xz glibc-c6885aa1e21483cbf60680fc3cafbac24c19c1e1.zip |
* sysdeps/pthread/aio_misc.h (AIO_MISC_WAIT): Work around gcc
being to clever and reloading the futex value where it shouldn't.
-rw-r--r-- | nptl/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index f985cd79c5..a67fdab5aa 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,8 @@ +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. + 2006-01-06 Ulrich Drepper <drepper@redhat.com> * descr.h [!__PTHREAD_MUTEX_HAVE_PREV] (DEQUEUE_MUTEX): Use |