зеркало из https://github.com/github/ruby.git
Fix missing variable
It seems like no one has tried to compile on a platform without `setsid` for almost a quarter of a century.
This commit is contained in:
Родитель
c4dadfbd47
Коммит
cccffeff2f
|
@ -5258,7 +5258,7 @@ static rb_pid_t
|
|||
ruby_setsid(void)
|
||||
{
|
||||
rb_pid_t pid;
|
||||
int ret;
|
||||
int ret, fd;
|
||||
|
||||
pid = getpid();
|
||||
#if defined(SETPGRP_VOID)
|
||||
|
|
Загрузка…
Ссылка в новой задаче