]> granicus.if.org Git - strace/commit
Bump SYS_socket_subcall from 400 to 500
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 6 Mar 2019 23:20:39 +0000 (23:20 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 6 Mar 2019 23:20:39 +0000 (23:20 +0000)
commit20d5fc25981d53e099718bac32d9502226fc82e8
tree6fabe5e0a1f55bc9865e6fa55188c7dcf026afd2
parent4278e6613f48273e7da0989712f1c18aaffefd84
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.
13 files changed:
linux/i386/syscallent.h
linux/m68k/syscallent.h
linux/mips/syscallent-n32.h
linux/mips/syscallent-n64.h
linux/mips/syscallent-o32.h
linux/powerpc/syscallent.h
linux/powerpc64/syscallent.h
linux/s390/syscallent.h
linux/s390x/syscallent.h
linux/sh/syscallent.h
linux/sh64/syscallent.h
linux/sparc/syscallent.h
linux/sparc64/syscallent.h