mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-03-13 05:33:51 -04: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
|
pid_t
|
||||||
slave_spawn(
|
slave_spawn(
|
||||||
int ptmx, int argc, const char *cwd, char *const *argv, const char *term_env,
|
int ptmx, int argc, const char *cwd, char *const *argv, char *const *envp,
|
||||||
const char *conf_shell, bool login_shell,
|
const char *term_env, const char *conf_shell, bool login_shell,
|
||||||
const user_notifications_t *notifications)
|
const user_notifications_t *notifications)
|
||||||
{
|
{
|
||||||
return 0;
|
return 0;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue