We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 435d34c commit 2765b3eCopy full SHA for 2765b3e
arch/parisc/include/uapi/asm/unistd.h
@@ -364,8 +364,9 @@
364
#define __NR_preadv2 (__NR_Linux + 347)
365
#define __NR_pwritev2 (__NR_Linux + 348)
366
#define __NR_statx (__NR_Linux + 349)
367
+#define __NR_io_pgetevents (__NR_Linux + 350)
368
-#define __NR_Linux_syscalls (__NR_statx + 1)
369
+#define __NR_Linux_syscalls (__NR_io_pgetevents + 1)
370
371
372
#define __IGNORE_select /* newselect */
arch/parisc/kernel/syscall_table.S
@@ -445,6 +445,7 @@
445
ENTRY_COMP(preadv2)
446
ENTRY_COMP(pwritev2)
447
ENTRY_SAME(statx)
448
+ ENTRY_COMP(io_pgetevents) /* 350 */
449
450
451
.ifne (. - 90b) - (__NR_Linux_syscalls * (91b - 90b))
0 commit comments