The metag architecture also uses dedicated syscalls and doesn't need to multiplex ipc and socket subcalls.
* linux/syscall.h: Do not define SYS_socket_subcall and SYS_ipc_subcall for metag. Signed-off-by: James Hogan <[email protected]> --- linux/syscall.h | 1 + 1 file changed, 1 insertion(+) diff --git a/linux/syscall.h b/linux/syscall.h index 5247df4..26064f3 100644 --- a/linux/syscall.h +++ b/linux/syscall.h @@ -317,6 +317,7 @@ int sys_osf_wait4(); || defined __ARM_EABI__ \ || defined BFIN \ || defined HPPA \ + || defined METAG \ || defined MIPS \ || defined TILE \ || defined XTENSA -- 1.8.1.2 ------------------------------------------------------------------------------ Learn Graph Databases - Download FREE O'Reilly Book "Graph Databases" is the definitive new guide to graph databases and their applications. This 200-page book is written by three acclaimed leaders in the field. The early access version is available now. Download your free book today! http://p.sf.net/sfu/neotech_d2d_may _______________________________________________ Strace-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/strace-devel
