diff options
author | Richard Henderson <rth@twiddle.net> | 2013-02-20 16:57:55 -0800 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2013-02-20 16:57:55 -0800 |
commit | 97ccb9d55a5379eeea6988f26e7f3ad500af0991 (patch) | |
tree | 289d3c12f136dd1383a4e8d24ded87bac0530c37 /ports/ChangeLog.alpha | |
parent | ccdef322b865e804d08b368cf75601897e2c57f1 (diff) | |
download | glibc-97ccb9d55a5379eeea6988f26e7f3ad500af0991.tar glibc-97ccb9d55a5379eeea6988f26e7f3ad500af0991.tar.gz glibc-97ccb9d55a5379eeea6988f26e7f3ad500af0991.tar.bz2 glibc-97ccb9d55a5379eeea6988f26e7f3ad500af0991.zip |
Add FUTEX_*_REQUEUE_PI support for Alpha.
Diffstat (limited to 'ports/ChangeLog.alpha')
-rw-r--r-- | ports/ChangeLog.alpha | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ports/ChangeLog.alpha b/ports/ChangeLog.alpha index 9cd207639a..2814559a09 100644 --- a/ports/ChangeLog.alpha +++ b/ports/ChangeLog.alpha @@ -1,3 +1,13 @@ +2013-02-19 Richard Henderson <rth@redhat.com> + + [BZ #14920] + * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h + (FUTEX_WAIT_REQUEUE_PI): Define. + (FUTEX_CMP_REQUEUE_PI): Likewise. + (lll_futex_wait_requeue_pi): Likewise. + (lll_futex_timed_wait_requeue_pi): Likewise. + (lll_futex_cmp_requeue_pi): Likewise. + 2013-02-20 Richard Henderson <rth@redhat.com> * sysdeps/unix/alpha/sysdep.h: Include <errno.h>. |