From a1796ba5cd1cc7b6ef03021d7db57503e445b5dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 12 Apr 2022 15:23:41 +0200 Subject: [PATCH] pgo: sync up stub version of slave_spawn() --- pgo/pgo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pgo/pgo.c b/pgo/pgo.c index 707ba789..4b979990 100644 --- a/pgo/pgo.c +++ b/pgo/pgo.c @@ -104,8 +104,8 @@ spawn(struct reaper *reaper, const char *cwd, char *const argv[], pid_t slave_spawn( - int ptmx, int argc, const char *cwd, char *const *argv, const char *term_env, - const char *conf_shell, bool login_shell, + int ptmx, int argc, const char *cwd, char *const *argv, char *const *envp, + const char *term_env, const char *conf_shell, bool login_shell, const user_notifications_t *notifications) { return 0;