Re: [PATCH] semaphore: consolidate arch headers into a generic one

2020-05-08 Thread Adhemerval Zanella
On 05/05/2020 19:59, Vineet Gupta wrote: > On 5/5/20 12:05 PM, Adhemerval Zanella via Libc-alpha wrote: >>> diff --git a/sysdeps/s390/nptl/bits/semaphore.h >>> b/sysdeps/unix/sysv/linux/bits/semaphore.h >>> similarity index 100% >>> rename from sysdeps/s390/nptl/bits/semaphore.h >>> rename to s

Re: [PATCH] semaphore: consolidate arch headers into a generic one

2020-05-05 Thread Vineet Gupta
On 5/5/20 12:05 PM, Adhemerval Zanella via Libc-alpha wrote: >> diff --git a/sysdeps/s390/nptl/bits/semaphore.h >> b/sysdeps/unix/sysv/linux/bits/semaphore.h >> similarity index 100% >> rename from sysdeps/s390/nptl/bits/semaphore.h >> rename to sysdeps/unix/sysv/linux/bits/semaphore.h > > Ok, alt

Re: [PATCH] semaphore: consolidate arch headers into a generic one

2020-04-27 Thread Vineet Gupta
On 4/27/20 2:59 PM, Vineet Gupta via Libc-alpha wrote: > This consolidates the copy-pasted arch specific semaphore header into > single version (based on s390) which suffices 32-bit and and 64-bit > arch/ABI based on the canonical WORDSIZE. > > For now I've left out arches which use alternate defi