Skip to content

Commit 9a9a426

Browse files
paulfloydMark Wielaard
authored andcommitted
Linux PPC64 syscall: add sys_io_pgetevents
(cherry picked from commit 01f66db)
1 parent 45d6613 commit 9a9a426

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

coregrind/m_syswrap/syswrap-ppc64-linux.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,6 +1022,7 @@ static SyscallTableEntry syscall_table[] = {
10221022
LINXY(__NR_statx, sys_statx), // 383
10231023

10241024
GENX_(__NR_rseq, sys_ni_syscall), // 387
1025+
LINX_(__NR_io_pgetevents, sys_io_pgetevents), // 388
10251026

10261027
LINXY(__NR_io_uring_setup, sys_io_uring_setup), // 425
10271028
LINXY(__NR_io_uring_enter, sys_io_uring_enter), // 426

include/vki/vki-scnums-ppc64-linux.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@
408408
#define __NR_pkey_free 385
409409
#define __NR_pkey_mprotect 386
410410
#define __NR_rseq 387
411+
#define __NR_io_pgetevents 388
411412

412413
#endif /* __VKI_SCNUMS_PPC64_LINUX_H */
413414

0 commit comments

Comments
 (0)