diff options
author | Ulrich Drepper <drepper@redhat.com> | 2009-01-28 16:11:36 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2009-01-28 16:11:36 +0000 |
commit | a7bd183ffe1bd3c8d68e832cfb6f4c3df76d52f1 (patch) | |
tree | 3c5ed8c94f95aa88ba5cd88339c5482836967835 /nptl/ChangeLog | |
parent | 1dd757696b0d4208f3aa124459b78c91d39f4513 (diff) | |
download | glibc-a7bd183ffe1bd3c8d68e832cfb6f4c3df76d52f1.tar glibc-a7bd183ffe1bd3c8d68e832cfb6f4c3df76d52f1.tar.gz glibc-a7bd183ffe1bd3c8d68e832cfb6f4c3df76d52f1.tar.bz2 glibc-a7bd183ffe1bd3c8d68e832cfb6f4c3df76d52f1.zip |
* sysdeps/unix/sysv/linux/sh/sysdep.h (INTERNAL_SYSCALL):
Add "t" to clobber list.
(INTERNAL_SYSCALL_NCS): Likewise.
Diffstat (limited to 'nptl/ChangeLog')
-rw-r--r-- | nptl/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/nptl/ChangeLog b/nptl/ChangeLog index 4755c789d1..4fb05b2feb 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,11 @@ +2009-01-14 Kaz Kojima <kkojima@rr.iij4u.or.jp> + + * sysdeps/unix/sysv/linux/sh/lowlevellock.S + (__lll_timedlock_wait): Use FUTEX_WAIT_BITSET|FUTEX_CLOCK_REALTIME + instead of computing relative timeout. + * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Define + FUTEX_CLOCK_REALTIME and FUTEX_BITSET_MATCH_ANY. + 2009-01-25 Ulrich Drepper <drepper@redhat.com> * pthread_mutex_lock.c (__pthread_mutex_lock): Remove unused label out. |