diff options
| author | Michael Forney <mforney@mforney.org> | 2020-09-26 16:31:25 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-09-26 16:31:25 -0700 |
| commit | ebc4bdded5397036bd3de0019101638097ce6595 (patch) | |
| tree | 046862a7507cb1d9d3662dbad8e84f8d7aede0cb /pkg/strace/patch/0003-Make-tcp_sysent-a-static-inline-function.patch | |
| parent | 11c964add35b6e9a5d6593f8f54e218688abc400 (diff) | |
strace: Update to 5.9
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 | 8 |
1 files changed, 4 insertions, 4 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 85d12ee0..94958d5e 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 fe31c8756a4aa79c573e2adb700d6e99230dad25 Mon Sep 17 00:00:00 2001 +From 4c3d1d35211e789a14352787f16c2db2fc6293f7 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 @@ -10,10 +10,10 @@ operator without evaluating the macro argument multiple times. 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/defs.h b/defs.h -index 22fc852d..1cd30658 100644 +index 732542e4..e7ff7d0b 100644 --- a/defs.h +++ b/defs.h -@@ -366,8 +366,12 @@ struct tcb { +@@ -374,8 +374,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 22fc852d..1cd30658 100644 # include "xlat.h" -- -2.26.2 +2.28.0 |
