summaryrefslogtreecommitdiff
path: root/pkg/strace/gen.lua
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-10-04 17:11:30 -0700
committerMichael Forney <mforney@mforney.org>2019-10-04 17:11:30 -0700
commit61465907d6a0e405f8c5ef9d50cbbfc7f4635da4 (patch)
treea99336606d577ecd446ffbbb6cc61ef990008174 /pkg/strace/gen.lua
parent8e68690eee717c09d006d5e73c780e3d4316b36a (diff)
strace: Update to 5.3
Diffstat (limited to 'pkg/strace/gen.lua')
-rw-r--r--pkg/strace/gen.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkg/strace/gen.lua b/pkg/strace/gen.lua
index f5874e7e..b08ff609 100644
--- a/pkg/strace/gen.lua
+++ b/pkg/strace/gen.lua
@@ -146,6 +146,7 @@ local srcs = {
'file_handle.c',
'file_ioctl.c',
'filter_qualify.c',
+ 'filter_seccomp.c',
'flock.c',
'fs_x_ioctl.c',
'fsconfig.c',
@@ -220,6 +221,7 @@ local srcs = {
'perf.c',
'perf_ioctl.c',
'personality.c',
+ 'pidfd_open.c',
'pkeys.c',
'poll.c',
'prctl.c',
@@ -321,6 +323,7 @@ local srcs = {
'utimes.c',
'v4l2.c',
'wait.c',
+ 'watchdog_ioctl.c',
'xattr.c',
'xlat.c',
'xmalloc.c',