summaryrefslogtreecommitdiff
path: root/linux/sh64/syscallent.h
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2019-03-06 23:20:39 +0000
committerDmitry V. Levin <ldv@altlinux.org>2019-03-06 23:20:39 +0000
commit20d5fc25981d53e099718bac32d9502226fc82e8 (patch)
tree6fabe5e0a1f55bc9865e6fa55188c7dcf026afd2 /linux/sh64/syscallent.h
parent4278e6613f48273e7da0989712f1c18aaffefd84 (diff)
downloadstrace-20d5fc25981d53e099718bac32d9502226fc82e8.tar.gz
Bump SYS_socket_subcall from 400 to 500
Make room for syscalls that are going to be introduced in Linux 5.1. * linux/i386/syscallent.h (SYS_socket_subcall): Raise from 400 to 500. * linux/m68k/syscallent.h: Likewise. * linux/powerpc/syscallent.h: Likewise. * linux/powerpc64/syscallent.h: Likewise. * linux/s390/syscallent.h: Likewise. * linux/s390x/syscallent.h: Likewise. * linux/sh/syscallent.h: Likewise. * linux/sh64/syscallent.h: Likewise. * linux/sparc/syscallent.h: Likewise. * linux/sparc64/syscallent.h: Likewise. * linux/mips/syscallent-o32.h (SYS_socket_subcall): Raise from 4400 to 4500. * linux/mips/syscallent-n64.h (SYS_socket_subcall): Raise from 5400 to 5500. * linux/mips/syscallent-n32.h (SYS_socket_subcall): Raise from 6400 to 6500.
Diffstat (limited to 'linux/sh64/syscallent.h')
-rw-r--r--linux/sh64/syscallent.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/sh64/syscallent.h b/linux/sh64/syscallent.h
index 158ef2f63..8eb715755 100644
--- a/linux/sh64/syscallent.h
+++ b/linux/sh64/syscallent.h
@@ -399,5 +399,5 @@
[392] = { 6, TD, SEN(preadv2), "preadv2" },
[393] = { 6, TD, SEN(pwritev2), "pwritev2" },
-#define SYS_socket_subcall 400
+#define SYS_socket_subcall 500
#include "subcall.h"