mips64: fix syscall numbers of io_pgetevents and rseq
authorSzabolcs Nagy <nsz@port70.net>
Thu, 9 May 2019 20:20:24 +0000 (20:20 +0000)
committerRich Felker <dalias@aerifal.cx>
Mon, 1 Jul 2019 18:17:02 +0000 (14:17 -0400)
the numbers added in

  commit d149e69c02eb558114f20ea718810e95538a3b2f
  add io_pgetevents and rseq syscall numbers from linux v4.18

were incorrect.

arch/mips64/bits/syscall.h.in

index f814aa4..9eebbb6 100644 (file)
 #define __NR_pkey_alloc                        5324
 #define __NR_pkey_free                 5325
 #define __NR_statx                     5326
-#define __NR_rseq                      4327
-#define __NR_io_pgetevents             4328
+#define __NR_rseq                      5327
+#define __NR_io_pgetevents             5328