diff options
author | Dmitry V. Levin <ldv@altlinux.org> | 2019-03-06 23:20:39 +0000 |
---|---|---|
committer | Dmitry V. Levin <ldv@altlinux.org> | 2019-03-06 23:20:39 +0000 |
commit | 20d5fc25981d53e099718bac32d9502226fc82e8 (patch) | |
tree | 6fabe5e0a1f55bc9865e6fa55188c7dcf026afd2 /linux/mips/syscallent-n32.h | |
parent | 4278e6613f48273e7da0989712f1c18aaffefd84 (diff) | |
download | strace-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/mips/syscallent-n32.h')
-rw-r--r-- | linux/mips/syscallent-n32.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/mips/syscallent-n32.h b/linux/mips/syscallent-n32.h index 54f68c300..c0e174b5d 100644 --- a/linux/mips/syscallent-n32.h +++ b/linux/mips/syscallent-n32.h @@ -341,7 +341,7 @@ [6331] = { 4, 0, SEN(rseq), "rseq" }, [6332] = { 6, 0, SEN(io_pgetevents), "io_pgetevents" }, -# define SYS_socket_subcall 6400 +# define SYS_socket_subcall 6500 # include "subcall.h" #else |