Re: [PATCH v6 04/13] ARC: Atomics and Locking primitives

2020-04-24 Thread Vineet Gupta
On 4/23/20 10:20 AM, Adhemerval Zanella via Libc-alpha wrote: > > > On 22/04/2020 22:41, Vineet Gupta via Libc-alpha wrote: >> Signed-off-by: Vineet Gupta > > glibc uses copyright assignment to the FSF for contributions, and not > the DCO. Ok removed from all patches. >> --- >> sysdeps/arc/a

[PATCH v6 04/13] ARC: Atomics and Locking primitives

2020-04-22 Thread Vineet Gupta
Signed-off-by: Vineet Gupta --- sysdeps/arc/atomic-machine.h | 69 +++ sysdeps/arc/nptl/bits/semaphore.h | 32 ++ 2 files changed, 101 insertions(+) create mode 100644 sysdeps/arc/atomic-machine.h create mode 100644 sysdeps/arc/nptl/bits/semaphore.h