]> granicus.if.org Git - strace/commitdiff
metag: disable socket and ipc subcall support
authorJames Hogan <james.hogan@imgtec.com>
Tue, 7 May 2013 12:09:16 +0000 (13:09 +0100)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 7 May 2013 13:11:03 +0000 (13:11 +0000)
The metag architecture also uses dedicated syscalls and doesn't need to
multiplex ipc and socket subcalls.

* linux/syscall.h [METAG]: Do not define SYS_socket_subcall and
SYS_ipc_subcall.

Signed-off-by: James Hogan <james.hogan@imgtec.com>
linux/syscall.h

index 5247df4aba67aae2702e8c0dd85e2935dfdc14fe..26064f3bcb1842dc19ee207c3ec044ad6598502d 100644 (file)
@@ -317,6 +317,7 @@ int sys_osf_wait4();
  || defined __ARM_EABI__ \
  || defined BFIN \
  || defined HPPA \
+ || defined METAG \
  || defined MIPS \
  || defined TILE \
  || defined XTENSA