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: [hurd,commited] hurd: Add THREAD_GET/SETMEM/_NC


Samuel Thibault, le sam. 15 févr. 2020 05:54:36 -0800, a ecrit:
> Andreas Schwab, le sam. 15 févr. 2020 14:51:24 +0100, a ecrit:
> > On Feb 15 2020, Samuel Thibault wrote:
> > > +	 if (sizeof (__value) != 8)					      \
> > > +	   /* There should not be any value with a size other than 1,	      \
> > > +	      4 or 8.  */						      \
> > > +	   abort ();							      \
> > 
> > _Static_assert?
> 
> I just copied from i386's tls.h. We should fix them at the same time :)

Now done so in all x86 variants.

Samuel


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