[PATCH v5] Add and use new glibc-internal futex API.

Torvald Riegel triegel@redhat.com
Fri Jul 10 16:41:00 GMT 2015


On Thu, 2015-07-09 at 15:45 -0700, Roland McGrath wrote:
> > I've removed the changes to nptl/cancellation.c from this patch because
> > I was running into build failures on i686-linux, which happen when calls
> > to __libc_fatal() or abort() exist in the code.  This seems to happen
> > when IS_IN (libc) is true.  I don't know why that happens but it seems
> > orthogonal to the futex API.  Therefore, to move forward with the futex
> > API, I choose to simply drop the respective changes from the patch.
> 
> The problem was in the rtld incarnation of that file.  It wasn't possible
> to use __libc_fatal in rtld.  I've just committed a change to fix that.

Thanks!

> So please put the cancellation.c change back in.

Done, and I have committed the patch.



More information about the Libc-alpha mailing list