]> granicus.if.org Git - strace/commitdiff
arm, sparc, sparc64: wire up io_pgetevents
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 24 Oct 2018 09:05:38 +0000 (09:05 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 24 Oct 2018 09:05:38 +0000 (09:05 +0000)
* linux/arm/syscallent.h ([399]): Wire up io_pgetevents syscall
introduced by Linux commit v4.19-rc7~24^2~1.
(ARM_FIRST_SHUFFLED_SYSCALL, SYS_socket_subcall): Raise from 400 to 500,
to make room for new syscalls.
* linux/sparc/syscallent.h ([361]): Wire up io_pgetevents syscall
introduced by Linux commit v4.19~31^2~5.
* linux/sparc64/syscallent.h: Likewise.

linux/arm/syscallent.h
linux/sparc/syscallent.h
linux/sparc64/syscallent.h

index 568d9469db6a529488d1004eec93a28efd1bfe5b..4577db8ce51bac38dae703a00d4c6c602c3a3523 100644 (file)
 [396] = { 1,   0,              SEN(pkey_free),                 "pkey_free"             },
 [397] = { 5,   TD|TF|TSTA,     SEN(statx),                     "statx"                 },
 [398] = { 4,   0,              SEN(rseq),                      "rseq"                  },
+[399] = { 6,   0,              SEN(io_pgetevents),             "io_pgetevents"         },
 
 #ifdef __ARM_EABI__
-# define ARM_FIRST_SHUFFLED_SYSCALL 400
+# define ARM_FIRST_SHUFFLED_SYSCALL 500
 #else
-# define SYS_socket_subcall    400
+# define SYS_socket_subcall    500
 # include "subcall.h"
 # define ARM_FIRST_SHUFFLED_SYSCALL (SYS_ipc_subcall + SYS_ipc_nsubcalls)
 #endif /* !__ARM_EABI__ */
index b6a378a842863328bb644d48a55b43ab061000a9..4c409b438bd9b4d33204a6d3ba0901b209f5e69b 100644 (file)
 [358] = { 6,   TD,             SEN(preadv2),                   "preadv2"               },
 [359] = { 6,   TD,             SEN(pwritev2),                  "pwritev2"              },
 [360] = { 5,   TD|TF|TSTA,     SEN(statx),                     "statx"                 },
+[361] = { 6,   0,              SEN(io_pgetevents),             "io_pgetevents"         },
 
 #define SYS_socket_subcall     400
 #include "subcall.h"
index fc2e921f3cf32803bd9fbf1ea00e50fa4d6eaa2d..a3a285825848f18f0505dac477c0d2443d88e64a 100644 (file)
 [358] = { 6,   TD,             SEN(preadv2),                   "preadv2"               },
 [359] = { 6,   TD,             SEN(pwritev2),                  "pwritev2"              },
 [360] = { 5,   TD|TF|TSTA,     SEN(statx),                     "statx"                 },
+[361] = { 6,   0,              SEN(io_pgetevents),             "io_pgetevents"         },
 
 #define SYS_socket_subcall     400
 #include "subcall.h"