From: Dmitry V. Levin Date: Sun, 17 Jun 2018 23:02:51 +0000 (+0000) Subject: Remove redundant range initializers in syscallent files X-Git-Tag: v4.24~68 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de412d1f2ab663f9181aa70abc0fb5b988d13238;p=strace Remove redundant range initializers in syscallent files * linux/aarch64/syscallent.h: Remove redundant range initializers. * linux/x32/syscallent.h: Likewise. --- diff --git a/linux/aarch64/syscallent.h b/linux/aarch64/syscallent.h index 3220420f..188d6359 100644 --- a/linux/aarch64/syscallent.h +++ b/linux/aarch64/syscallent.h @@ -1,7 +1,9 @@ #include "64/syscallent.h" -/* Arch-specific block, not used on AArch64 */ -[244 ... 259] = { }, +/* + * Arch-specific block, not used on AArch64. + * [244 ... 259] = { }, + */ /* Quote from asm-generic/unistd.h: * diff --git a/linux/x32/syscallent.h b/linux/x32/syscallent.h index e0a16d5c..3635a8ad 100644 --- a/linux/x32/syscallent.h +++ b/linux/x32/syscallent.h @@ -333,7 +333,6 @@ [332] = { 5, TD|TF|TSTA, SEN(statx), "statx" }, [333] = { 6, 0, SEN(io_pgetevents), "io_pgetevents" }, [334] = { 4, 0, SEN(rseq), "rseq" }, -[335 ... 511] = { }, /* * x32-specific system call numbers start at 512 to avoid cache impact * for native 64-bit operation.