summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Hogan <james.hogan@imgtec.com>2013-05-07 13:09:16 +0100
committerDmitry V. Levin <ldv@altlinux.org>2013-05-07 13:11:03 +0000
commit28927cd868a0321681154ff657f7db7a9b4aef20 (patch)
tree41198c4b8b3c14b048613c3dd46cb6cfeff4cb89
parent5273cb7d607e89043a80da36cf13580567c0dcd0 (diff)
downloadstrace-28927cd868a0321681154ff657f7db7a9b4aef20.tar.gz
strace-28927cd868a0321681154ff657f7db7a9b4aef20.tar.bz2
strace-28927cd868a0321681154ff657f7db7a9b4aef20.tar.xz
metag: disable socket and ipc subcall support
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>
-rw-r--r--linux/syscall.h1
1 files changed, 1 insertions, 0 deletions
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