]> granicus.if.org Git - strace/commitdiff
alpha: wire up io_pgetevents syscall
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 15 Apr 2019 00:39:53 +0000 (00:39 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 15 Apr 2019 00:39:53 +0000 (00:39 +0000)
* linux/alpha/syscallent.h [523]: Wire up io_pgetevents syscall
introduced on alpha by linux commit v5.1-rc1~160^2~3^2~13.
* NEWS: Mention this.

NEWS
linux/alpha/syscallent.h

diff --git a/NEWS b/NEWS
index 705dcd33f0a905acf3cbd53698346edb1e1bde17..93dabd58dc4e841c26f3c24a6ad9becd105e7c77 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,7 @@ Noteworthy changes in release ?.? (????-??-??)
 
 * Improvements
   * Added C-SKY architecture support.
+  * Wired up io_pgetevents syscall on alpha.
   * Wired up io_pgetevents, perf_event_open, seccomp, and statx syscalls
     on ia64.
 
index 332c3baf49f7ad1e0d8c0ebece23ee5605597b48..513633d1fe7e4a55f2a6a4d333fdb06b5f9fe748 100644 (file)
 [520] = { 6,   TD,             SEN(preadv2),                   "preadv2"               },
 [521] = { 6,   TD,             SEN(pwritev2),                  "pwritev2"              },
 [522] = { 5,   TD|TF|TSTA,     SEN(statx),                     "statx"                 },
+[523] = { 6,   0,              SEN(io_pgetevents),             "io_pgetevents"         },