aboutsummaryrefslogtreecommitdiffstats
path: root/common/exechelp.h
diff options
context:
space:
mode:
authorNIIBE Yutaka <[email protected]>2022-11-28 00:43:24 +0000
committerNIIBE Yutaka <[email protected]>2022-11-28 00:43:24 +0000
commit60b6cfe71f15e68c8c21daf5da9f4609318e2500 (patch)
tree316a088251faaf4117b8dbd13131aa4e6181e6f0 /common/exechelp.h
parentChange spawn_cb semantics. (diff)
downloadgnupg-60b6cfe71f15e68c8c21daf5da9f4609318e2500.tar.gz
gnupg-60b6cfe71f15e68c8c21daf5da9f4609318e2500.zip
posix: Fix for spawn_cb.
-- Fixes: 7571fd4cd02571ddd0ba84700c0a52704f0a9b5c Signed-off-by: NIIBE Yutaka <[email protected]>
Diffstat (limited to 'common/exechelp.h')
-rw-r--r--common/exechelp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/exechelp.h b/common/exechelp.h
index dfca18f1e..05254cd21 100644
--- a/common/exechelp.h
+++ b/common/exechelp.h
@@ -222,6 +222,7 @@ struct spawn_cb_arg {
#else
struct spawn_cb_arg {
int fds[3];
+ int *except_fds;
void *arg;
};
#endif