diff options
author | NIIBE Yutaka <[email protected]> | 2022-11-28 00:43:24 +0000 |
---|---|---|
committer | NIIBE Yutaka <[email protected]> | 2022-11-28 00:43:24 +0000 |
commit | 60b6cfe71f15e68c8c21daf5da9f4609318e2500 (patch) | |
tree | 316a088251faaf4117b8dbd13131aa4e6181e6f0 /common/exechelp.h | |
parent | Change spawn_cb semantics. (diff) | |
download | gnupg-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.h | 1 |
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 |