mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Patch #839038: Add getsid(2).
This commit is contained in:
parent
967b063add
commit
49ee14dac5
5 changed files with 40 additions and 7 deletions
|
@ -254,6 +254,12 @@ Set the current process's real and effective group ids.
|
|||
Availability: \UNIX.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{getsid}{pid}
|
||||
Calls the system call \cfunction{getsid()}. See the \UNIX{} manual
|
||||
for the semantics.
|
||||
Availability: \UNIX.
|
||||
\end{funcdesc}
|
||||
|
||||
\begin{funcdesc}{setsid}{}
|
||||
Calls the system call \cfunction{setsid()}. See the \UNIX{} manual
|
||||
for the semantics.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue