Patch #839038: Add getsid(2).

This commit is contained in:
Martin v. Löwis 2003-11-10 06:35:36 +00:00
parent 967b063add
commit 49ee14dac5
5 changed files with 40 additions and 7 deletions

View file

@ -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.