diff options
Diffstat (limited to 'linux/syscallent-common.h')
-rw-r--r-- | linux/syscallent-common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/syscallent-common.h b/linux/syscallent-common.h index 0d3a4dbee..0ff671e67 100644 --- a/linux/syscallent-common.h +++ b/linux/syscallent-common.h @@ -8,7 +8,7 @@ #ifndef BASE_NR # define BASE_NR 0 #endif -[BASE_NR + 424] = { 4, TD|TS, SEN(pidfd_send_signal), "pidfd_send_signal" }, +[BASE_NR + 424] = { 4, TD|TS|TP, SEN(pidfd_send_signal), "pidfd_send_signal" }, [BASE_NR + 425] = { 2, TD, SEN(io_uring_setup), "io_uring_setup" }, [BASE_NR + 426] = { 6, TD|TS, SEN(io_uring_enter), "io_uring_enter" }, [BASE_NR + 427] = { 4, TD|TM, SEN(io_uring_register), "io_uring_register" }, |