diff options
| author | Michael Forney <mforney@mforney.org> | 2019-03-18 13:15:22 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-03-19 00:14:30 -0700 |
| commit | f213892dd19dcea59c4ae6b6b3a1c324bff424fb (patch) | |
| tree | 3e6b170f2635fa17a8e49ffba07043ac86d23fcd /pkg/strace/gen.lua | |
| parent | cfb20dd6cc1437c671f7a0be51fc50ca753ee9dd (diff) | |
strace: Update to 4.26
Diffstat (limited to 'pkg/strace/gen.lua')
| -rw-r--r-- | pkg/strace/gen.lua | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pkg/strace/gen.lua b/pkg/strace/gen.lua index da4956c8..3039edce 100644 --- a/pkg/strace/gen.lua +++ b/pkg/strace/gen.lua @@ -146,6 +146,7 @@ local srcs = { 'flock.c', 'fs_x_ioctl.c', 'futex.c', + 'get_personality.c', 'get_robust_list.c', 'getcpu.c', 'getcwd.c', @@ -216,6 +217,8 @@ local srcs = { 'print_dev_t.c', 'print_group_req.c', 'print_ifindex.c', + 'print_instruction_pointer.c', + 'print_kernel_version.c', 'print_mac.c', 'print_mq_attr.c', 'print_msgbuf.c', @@ -233,7 +236,9 @@ local srcs = { 'process.c', 'process_vm.c', 'ptp.c', + 'ptrace_syscall_info.c', 'quota.c', + 'random_ioctl.c', 'readahead.c', 'readlink.c', 'reboot.c', |
