pthread_mutex_lock problem after upgrade to glibc 2.26 (Linux x32)
H.J. Lu
hjl.tools@gmail.com
Sun Oct 15 12:56:00 GMT 2017
On Sun, Oct 15, 2017 at 5:04 AM, Andreas Schwab <schwab@linux-m68k.org> wrote:
> On Okt 15 2017, Arkadiusz Miśkiewicz <arekm@maven.pl> wrote:
>
>> Some incompatible change in glibc 2.26?
>
> The problem is that sysdeps/nptl/bits/thread-shared-types.h in 2.26 uses
> #if __WORDSIZE == 64 where sysdeps/x86/bits/pthreadtypes.h in 2.25 uses
> #ifdef __x86_64__. This isn't the same on x32.
>
> Andreas.
This is a regression. Please open a glibc bug.
Thanks.
--
H.J.
More information about the Libc-alpha
mailing list