Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 38e5088

Browse files
committed
added plock
1 parent ed43073 commit 38e5088

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

Doc/lib/libposix.tex

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,12 @@ \section{Built-in Module \sectcode{posix}}
241241
(Not on MS-DOS.)
242242
\end{funcdesc}
243243

244+
\begin{funcdesc}{plock}{op}
245+
Lock program segments into memory. The value of \var{op}
246+
(defined in \code{<sys/lock.h>}) determines which segments are locked.
247+
(Not on MS-DOS.)
248+
\end{funcdesc}
249+
244250
\begin{funcdesc}{popen}{command\optional{\, mode\optional{\, bufsize}}}
245251
Open a pipe to or from \var{command}. The return value is an open
246252
file object connected to the pipe, which can be read or written

Doc/libposix.tex

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,12 @@ \section{Built-in Module \sectcode{posix}}
241241
(Not on MS-DOS.)
242242
\end{funcdesc}
243243

244+
\begin{funcdesc}{plock}{op}
245+
Lock program segments into memory. The value of \var{op}
246+
(defined in \code{<sys/lock.h>}) determines which segments are locked.
247+
(Not on MS-DOS.)
248+
\end{funcdesc}
249+
244250
\begin{funcdesc}{popen}{command\optional{\, mode\optional{\, bufsize}}}
245251
Open a pipe to or from \var{command}. The return value is an open
246252
file object connected to the pipe, which can be read or written

0 commit comments

Comments
 (0)