diff options
| author | Michael Forney <mforney@mforney.org> | 2021-03-02 12:48:25 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2021-03-02 16:20:18 -0800 |
| commit | 7d3adb79b0bba23366a12818164d01d2141fc42d (patch) | |
| tree | 78e80d27681e5d765428d096b2694feeb812f6f7 /pkg/strace/patch/0003-Make-tcp_sysent-a-static-inline-function.patch | |
| parent | e087141fc0305785196dea644ffd22ecb9613ef9 (diff) | |
strace: Update to 5.11
In this release, most source files were moved under a src/ directory.
Diffstat (limited to 'pkg/strace/patch/0003-Make-tcp_sysent-a-static-inline-function.patch')
| -rw-r--r-- | pkg/strace/patch/0003-Make-tcp_sysent-a-static-inline-function.patch | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/pkg/strace/patch/0003-Make-tcp_sysent-a-static-inline-function.patch b/pkg/strace/patch/0003-Make-tcp_sysent-a-static-inline-function.patch index 94958d5e..5e4ede7f 100644 --- a/pkg/strace/patch/0003-Make-tcp_sysent-a-static-inline-function.patch +++ b/pkg/strace/patch/0003-Make-tcp_sysent-a-static-inline-function.patch @@ -1,4 +1,4 @@ -From 4c3d1d35211e789a14352787f16c2db2fc6293f7 Mon Sep 17 00:00:00 2001 +From b1d79a14c7df4f1698ac2243873a3b09b22cf8bb Mon Sep 17 00:00:00 2001 From: Michael Forney <mforney@mforney.org> Date: Sat, 6 Jul 2019 01:40:36 -0700 Subject: [PATCH] Make tcp_sysent a static inline function @@ -6,14 +6,14 @@ Subject: [PATCH] Make tcp_sysent a static inline function This way we can include the second operand to the conditional operator without evaluating the macro argument multiple times. --- - defs.h | 8 ++++++-- + src/defs.h | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) -diff --git a/defs.h b/defs.h -index 732542e4..e7ff7d0b 100644 ---- a/defs.h -+++ b/defs.h -@@ -374,8 +374,12 @@ struct tcb { +diff --git a/src/defs.h b/src/defs.h +index 00a36249e..2768fcd46 100644 +--- a/src/defs.h ++++ b/src/defs.h +@@ -386,8 +386,12 @@ struct tcb { # define syscall_tampered_nofail(tcp) ((tcp)->flags & TCB_TAMPERED_NO_FAIL) # define has_seccomp_filter(tcp) ((tcp)->flags & TCB_SECCOMP_FILTER) @@ -29,5 +29,5 @@ index 732542e4..e7ff7d0b 100644 # include "xlat.h" -- -2.28.0 +2.30.0 |
