> +#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