This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: pthread_mutex_lock problem after upgrade to glibc 2.26 (Linux x32)


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]