On 3/25/20 6:57 PM, Joseph Myers wrote:
> On Thu, 12 Mar 2020, Vineet Gupta via Libc-alpha wrote:
> 
>> +-- Derive offsets relative to the thread register.
>> +#define thread_offsetof(mem)        (long)(offsetof(struct pthread, mem) - 
>> sizeof(struct pthread))
> 
> Missing spaces before '(' in calls to offsetof and sizeof.

Fixed.

> 
>> +TLS_TCB_SIZE                sizeof(tcbhead_t)
>> +
>> +PTHREAD_TID                 offsetof(struct pthread, tid)
> 
> Likewise.
> 

Fixed.


_______________________________________________
linux-snps-arc mailing list
linux-snps-arc@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-snps-arc

Reply via email to