[PATCH 7/8] csky: Use latest system call ABI

2019-02-18 Thread Arnd Bergmann
We don't yet have an upstream glibc port for csky, so there is no user space for the existing ABI, and we can remove the definitions for 32-bit time_t, off_t and struct resource. Signed-off-by: Arnd Bergmann --- arch/csky/Kconfig | 1 - arch/csky/include/uapi/asm/unistd.h | 2 -

Re: [PATCH 7/8] csky: Use latest system call ABI

2019-02-18 Thread Joseph Myers
On Mon, 18 Feb 2019, Arnd Bergmann wrote: > We don't yet have an upstream glibc port for csky, so there is no user We do. It's in 2.29. -- Joseph S. Myers jos...@codesourcery.com

Re: [PATCH 7/8] csky: Use latest system call ABI

2019-02-18 Thread Guo Ren
Mao Han has merged csky port into glibc 2.29, so we should keep the __ARCH_WANT_TIME32_SYSCALLS. F.Y.I: han_...@c-sky.com On Mon, Feb 18, 2019 at 10:07:11PM +0100, Arnd Bergmann wrote: > We don't yet have an upstream glibc port for csky, so there is no user > space for the existing ABI, and we ca

Re: [PATCH 7/8] csky: Use latest system call ABI

2019-02-19 Thread Arnd Bergmann
On Mon, Feb 18, 2019 at 11:40 PM Joseph Myers wrote: > > On Mon, 18 Feb 2019, Arnd Bergmann wrote: > > > We don't yet have an upstream glibc port for csky, so there is no user > > We do. It's in 2.29. ... On Tue, Feb 19, 2019 at 3:18 AM Guo Ren wrote: > > Mao Han has merged csky port into glibc