]> granicus.if.org Git - python/commitdiff
added plock
authorGuido van Rossum <guido@python.org>
Sun, 21 Jul 1996 02:21:49 +0000 (02:21 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 21 Jul 1996 02:21:49 +0000 (02:21 +0000)
Doc/lib/libposix.tex
Doc/libposix.tex

index bbb1b579d9bbf030ab0e4e4f1b273e1f4545b1e4..a87f5c0019282c56507b21879207763a9820191e 100644 (file)
@@ -241,6 +241,12 @@ usable for reading and writing, respectively.
 (Not on MS-DOS.)
 \end{funcdesc}
 
+\begin{funcdesc}{plock}{op}
+Lock program segments into memory.  The value of \var{op}
+(defined in \code{<sys/lock.h>}) determines which segments are locked.
+(Not on MS-DOS.)
+\end{funcdesc}
+
 \begin{funcdesc}{popen}{command\optional{\, mode\optional{\, bufsize}}}
 Open a pipe to or from \var{command}.  The return value is an open
 file object connected to the pipe, which can be read or written
index bbb1b579d9bbf030ab0e4e4f1b273e1f4545b1e4..a87f5c0019282c56507b21879207763a9820191e 100644 (file)
@@ -241,6 +241,12 @@ usable for reading and writing, respectively.
 (Not on MS-DOS.)
 \end{funcdesc}
 
+\begin{funcdesc}{plock}{op}
+Lock program segments into memory.  The value of \var{op}
+(defined in \code{<sys/lock.h>}) determines which segments are locked.
+(Not on MS-DOS.)
+\end{funcdesc}
+
 \begin{funcdesc}{popen}{command\optional{\, mode\optional{\, bufsize}}}
 Open a pipe to or from \var{command}.  The return value is an open
 file object connected to the pipe, which can be read or written