Re: [PATCH 02/19] csky: Exception handling and syscall

From: Guo Ren
Date: Mon Mar 19 2018 - 07:03:20 EST


Hi Dominik,

On Mon, Mar 19, 2018 at 09:50:09AM +0100, Dominik Brodowski wrote:
> > +#define __ARCH_WANT_SYSCALL_DEPRECATED
> > +#define __ARCH_WANT_SYSCALL_OFF_T
> > +#define __ARCH_WANT_SYSCALL_NO_AT
> > +#define __ARCH_WANT_SYSCALL_NO_FLAGS
>
> Does this arch *really* want these deprecated and obsolete syscalls? See the
> commend in include/uapi/asm-generic/unistd.h
>
> * All syscalls below here should go away really,
> * these are provided for both review and as a porting
> * help for the C library version.
>
OK, I will cleanup them next and check the unistd.h again.

Best Regards
Guo Ren