mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-06 00:25:12 +00:00
Kernel: Make sys$setsid() clear the calling process's controlling TTY
This commit is contained in:
@@ -2386,6 +2386,7 @@ pid_t Process::sys$setsid()
|
||||
return -EPERM;
|
||||
m_sid = m_pid;
|
||||
m_pgid = m_pid;
|
||||
m_tty = nullptr;
|
||||
return m_sid;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user