This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [gnu] Re: [SH] nptl/tst-abstime: pthread_mutex_timedlock
- From: Kaz Kojima <kkojima at rr dot iij4u dot or dot jp>
- To: thomas at codesourcery dot com
- Cc: libc-alpha at sourceware dot org
- Date: Tue, 07 Feb 2012 07:21:14 +0900 (JST)
- Subject: Re: [gnu] Re: [SH] nptl/tst-abstime: pthread_mutex_timedlock
- References: <87bopcp5vc.fsf@schwinge.name><87sjionqh8.fsf@schwinge.name>
Thomas Schwinge <thomas@codesourcery.com> wrote:
> Resending with copyright year update.
>
> On Mon, 06 Feb 2012 12:18:31 +0100, I wrote:
>> SH needs the analog of what has been changed in commit
>> 2983d85ee5492c4ab1f09ca554e47192fa5c97a2, originally submitted in
>> <http://sourceware.org/ml/libc-hacker/2010-07/msg00000.html>, but not
>> fixed for SH at that time. No other architecture is affected, as (apart
>> From x86 and x86_64) SH is the only one to use thusly optimized code
>> governed by __ASSUME_FUTEX_CLOCK_REALTIME, and only uses it in this very
>> place. (So, now every usage in glibc and glibc-ports should be correct.)
Looks fine. Thanks for the patch!
Uli, could you please approve the patch in the URL below?
Re: [SH] nptl/tst-abstime: pthread_mutex_timedlock
http://sourceware.org/ml/libc-alpha/2012-02/msg00086.html
nptl/
2012-01-24 Thomas Schwinge <thomas@codesourcery.com>
* sysdeps/unix/sysv/linux/sh/lowlevellock.S (__lll_timedlock_wait):
Check for timestamp before the Epoch.
Regards,
kaz