mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-04 04:06:06 -05:00
pgo: sync up stub version of slave_spawn()
This commit is contained in:
parent
99db7aa7cf
commit
a1796ba5cd
1 changed files with 2 additions and 2 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue