diff options
| author | Michael Forney <mforney@mforney.org> | 2019-07-17 09:44:35 -0700 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2019-07-17 09:44:35 -0700 |
| commit | 78337029a69b25a388adb39781ba35eb399c93ab (patch) | |
| tree | e18ef378c5599a30618327813ae412fbbcc197af /pkg/strace/patch/0001-Don-t-return-expression-in-void-function.patch | |
| parent | 650a6bdd3b0f8e5b1db7505dde784b238679d2c2 (diff) | |
strace: Update to 5.2
Diffstat (limited to 'pkg/strace/patch/0001-Don-t-return-expression-in-void-function.patch')
| -rw-r--r-- | pkg/strace/patch/0001-Don-t-return-expression-in-void-function.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/pkg/strace/patch/0001-Don-t-return-expression-in-void-function.patch b/pkg/strace/patch/0001-Don-t-return-expression-in-void-function.patch index 49a4f18b..b59be313 100644 --- a/pkg/strace/patch/0001-Don-t-return-expression-in-void-function.patch +++ b/pkg/strace/patch/0001-Don-t-return-expression-in-void-function.patch @@ -1,4 +1,4 @@ -From f19be9dcb5afff4fab29d629eb9e0bcc4d6975a7 Mon Sep 17 00:00:00 2001 +From daed49b01621b8044b788a5a4b1d2f9da0378a09 Mon Sep 17 00:00:00 2001 From: Michael Forney <mforney@mforney.org> Date: Fri, 5 Jul 2019 20:52:24 -0700 Subject: [PATCH] Don't return expression in void function @@ -8,10 +8,10 @@ Subject: [PATCH] Don't return expression in void function 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/defs.h b/defs.h -index 512ad51f..2dd5d65b 100644 +index 93b35d71..cd045591 100644 --- a/defs.h +++ b/defs.h -@@ -609,7 +609,7 @@ extern bool pathtrace_match_set(struct tcb *, struct path_set *); +@@ -612,7 +612,7 @@ extern bool pathtrace_match_set(struct tcb *, struct path_set *); static inline void pathtrace_select(const char *path) { @@ -20,7 +20,7 @@ index 512ad51f..2dd5d65b 100644 } static inline bool -@@ -754,8 +754,8 @@ static inline void +@@ -757,8 +757,8 @@ static inline void printxval_dispatch(const struct xlat *xlat, size_t xlat_size, uint64_t val, const char *dflt, enum xlat_type xt) { |
