]> granicus.if.org Git - strace/commitdiff
Remove redundant range initializers in syscallent files
authorDmitry V. Levin <ldv@altlinux.org>
Sun, 17 Jun 2018 23:02:51 +0000 (23:02 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sun, 17 Jun 2018 23:02:51 +0000 (23:02 +0000)
* linux/aarch64/syscallent.h: Remove redundant range initializers.
* linux/x32/syscallent.h: Likewise.

linux/aarch64/syscallent.h
linux/x32/syscallent.h

index 3220420f5c6fa6daafe42425983eeff050e5e323..188d6359bc2b95d74f9027270f09e3547836b48b 100644 (file)
@@ -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:
  *
index e0a16d5cca377eb4a46558d5b0552b6f741bf1e9..3635a8ad115d876fa2ae7bdd67943f7371f966f8 100644 (file)
 [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.