This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] nptl: tst-mutex8.c: Handle ENOTSUP PI mutex failure
- From: "Carlos O'Donell" <carlos at redhat dot com>
- To: "Maciej W. Rozycki" <macro at codesourcery dot com>
- Cc: libc-alpha at sourceware dot org
- Date: Wed, 02 Oct 2013 11:03:55 -0400
- Subject: Re: [PATCH] nptl: tst-mutex8.c: Handle ENOTSUP PI mutex failure
- Authentication-results: sourceware.org; auth=none
- References: <alpine dot DEB dot 1 dot 10 dot 1310021441130 dot 6696 at tp dot orcam dot me dot uk>
On 10/02/2013 10:11 AM, Maciej W. Rozycki wrote:
> Here's a change, modelled after code in other tst-mutex?.c files, that
> finally removes the tst-mutexpi8 failure on systems affected. OK to
> apply?
>
> 2013-10-02 Maciej W. Rozycki <macro@codesourcery.com>
>
> nptl/
> * tst-mutex8.c (check_type) [ENABLE_PI]: Handle ENOTSUP failure
> from pthread_mutex_init.
OK. Thanks for fixing this.
Cheers,
Carlos.