diff options
author | James Hogan <james.hogan@imgtec.com> | 2013-05-07 13:09:16 +0100 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2013-05-07 13:11:03 +0000 |
commit | 28927cd868a0321681154ff657f7db7a9b4aef20 (patch) | |
tree | 41198c4b8b3c14b048613c3dd46cb6cfeff4cb89 /linux | |
parent | 5273cb7d607e89043a80da36cf13580567c0dcd0 (diff) | |
download | strace-28927cd868a0321681154ff657f7db7a9b4aef20.tar.gz |
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>
Diffstat (limited to 'linux')
-rw-r--r-- | linux/syscall.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/syscall.h b/linux/syscall.h index 5247df4ab..26064f3bc 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 |