Re: [PATCH v4 08/15] ARC: Linux Syscall Interface

2020-03-27 Thread Joseph Myers
On Fri, 27 Mar 2020, Vineet Gupta via Libc-alpha wrote: > But in grep'ing I see a weird thing: SO_RCVTIMEO in user exposed > socket.h has a totally different value from socket-constants.h - how is > that supposed to work. The top-level bits/socket.h is only for OSes without their own

Re: [PATCH v4 08/15] ARC: Linux Syscall Interface

2020-03-26 Thread Vineet Gupta
+CC a few folks working on 64-bit time changes On 3/26/20 4:52 PM, Joseph Myers wrote: > On Thu, 12 Mar 2020, Vineet Gupta via Libc-alpha wrote: > >> diff --git a/sysdeps/unix/sysv/linux/arc/bits/socket-constants.h >> b/sysdeps/unix/sysv/linux/arc/bits/socket-constants.h >> new file mode 100644

Re: [PATCH v4 08/15] ARC: Linux Syscall Interface

2020-03-26 Thread Joseph Myers
On Thu, 12 Mar 2020, Vineet Gupta via Libc-alpha wrote: > diff --git a/sysdeps/unix/sysv/linux/arc/bits/socket-constants.h > b/sysdeps/unix/sysv/linux/arc/bits/socket-constants.h > new file mode 100644 > index ..74b0c06edb36 > --- /dev/null > +++

[PATCH v4 08/15] ARC: Linux Syscall Interface

2020-03-12 Thread Vineet Gupta
Signed-off-by: Vineet Gupta --- sysdeps/unix/sysv/linux/arc/arch-syscall.h| 317 ++ .../sysv/linux/arc/bits/socket-constants.h| 38 +++ sysdeps/unix/sysv/linux/arc/bits/timesize.h | 21 ++ sysdeps/unix/sysv/linux/arc/clone.S | 98 ++