This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] Add missing sparc32 NPTL file otherwise we use thewrong lowlevellock.c implementation.
From: Andreas Schwab <schwab@linux-m68k.org>
Date: Fri, 16 Mar 2012 10:47:43 +0100
> David Miller <davem@davemloft.net> writes:
>
>> Any sysdep that provides an override for lowlevellock.c must also
>> provide a libc-lowlevellock.c to pull in the same code via an
>> include.
>
> Wouldn't it be better to fix
> sysdeps/unix/sysv/linux/libc-lowlevellock.c? A silent failure mode is
> bad, and it appears that the arm port is affected as well.
Ok, would something as simple as having it include <lowlevellock.c>
instead of "lowlevellock.c" do the right thing?