diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2003-11-10 06:35:36 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2003-11-10 06:35:36 (GMT) |
commit | 49ee14dac5da2249f0f55f00190a9b9f01d23642 (patch) | |
tree | dde1b85066268f6d5ca6e28b3606a00854ad2d72 /Doc/lib/libos.tex | |
parent | 967b063add196bc2da55fdb81f91a802600b7b7b (diff) | |
download | cpython-49ee14dac5da2249f0f55f00190a9b9f01d23642.zip cpython-49ee14dac5da2249f0f55f00190a9b9f01d23642.tar.gz cpython-49ee14dac5da2249f0f55f00190a9b9f01d23642.tar.bz2 |
Patch #839038: Add getsid(2).
Diffstat (limited to 'Doc/lib/libos.tex')
-rw-r--r-- | Doc/lib/libos.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index b93ce77..624fbf8 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -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. |