On Monday 08 August 2011, Mark Salter wrote:
+ */
+#if !defined(_ASM_C6X_UNISTD_H) || defined(__SYSCALL)
+#define _ASM_C6X_UNISTD_H
+
+#define __ARCH_WANT_SYSCALL_DEPRECATED
+#define __ARCH_WANT_SYSCALL_NO_AT
+#define __ARCH_WANT_SYSCALL_NO_FLAGS
+#define __ARCH_WANT_SYSCALL_OFF_T
+#define __ARCH_WANT_IPC_PARSE_VERSION
NAK.
Sorry, but these symbols are only meant as transitional helpers for
porting your existing libc. We now have a few architectures in mainline
that no longer need them because glibc can do without them.
Please have a look at what tile and openrisc do here.
Arnd