Re: [PATCH 02/19] csky: Exception handling and syscall
From: Dominik Brodowski
Date: Mon Mar 19 2018 - 04:50:16 EST
> +#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.
Thanks,
Dominik