From 60b6cfe71f15e68c8c21daf5da9f4609318e2500 Mon Sep 17 00:00:00 2001 From: NIIBE Yutaka Date: Mon, 28 Nov 2022 09:43:24 +0900 Subject: posix: Fix for spawn_cb. -- Fixes: 7571fd4cd02571ddd0ba84700c0a52704f0a9b5c Signed-off-by: NIIBE Yutaka --- common/exechelp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'common/exechelp.h') 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 -- cgit v1.2.3