Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
ba54b35c
Commit
ba54b35c
authored
Mar 30, 1995
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added WNOHANG
parent
f08f0331
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
Doc/lib/libposix.tex
Doc/lib/libposix.tex
+6
-1
Doc/libposix.tex
Doc/libposix.tex
+6
-1
No files found.
Doc/lib/libposix.tex
View file @
ba54b35c
...
@@ -52,7 +52,7 @@ corresponding string, as would be printed by the C function
...
@@ -52,7 +52,7 @@ corresponding string, as would be printed by the C function
\code
{
perror()
}
.
\code
{
perror()
}
.
\end{excdesc}
\end{excdesc}
It defines the following functions:
It defines the following functions
and constants
:
\renewcommand
{
\indexsubitem
}{
(in module posix)
}
\renewcommand
{
\indexsubitem
}{
(in module posix)
}
\begin{funcdesc}
{
chdir
}{
path
}
\begin{funcdesc}
{
chdir
}{
path
}
...
@@ -355,3 +355,8 @@ built-in function \code{open} or by \code{posix.popen} or
...
@@ -355,3 +355,8 @@ built-in function \code{open} or by \code{posix.popen} or
\code
{
posix.fdopen
}
, or
\code
{
sys.stdout
}
or
\code
{
sys.stderr
}
, use
\code
{
posix.fdopen
}
, or
\code
{
sys.stdout
}
or
\code
{
sys.stderr
}
, use
its
\code
{
write()
}
method.
its
\code
{
write()
}
method.
\end{funcdesc}
\end{funcdesc}
\begin{datadesc}
{
WNOHANG
}
The option for
\code
{
waitpid()
}
to avoid hanging if no child process
status is available immediately.
\end{datadesc}
Doc/libposix.tex
View file @
ba54b35c
...
@@ -52,7 +52,7 @@ corresponding string, as would be printed by the C function
...
@@ -52,7 +52,7 @@ corresponding string, as would be printed by the C function
\code
{
perror()
}
.
\code
{
perror()
}
.
\end{excdesc}
\end{excdesc}
It defines the following functions:
It defines the following functions
and constants
:
\renewcommand
{
\indexsubitem
}{
(in module posix)
}
\renewcommand
{
\indexsubitem
}{
(in module posix)
}
\begin{funcdesc}
{
chdir
}{
path
}
\begin{funcdesc}
{
chdir
}{
path
}
...
@@ -355,3 +355,8 @@ built-in function \code{open} or by \code{posix.popen} or
...
@@ -355,3 +355,8 @@ built-in function \code{open} or by \code{posix.popen} or
\code
{
posix.fdopen
}
, or
\code
{
sys.stdout
}
or
\code
{
sys.stderr
}
, use
\code
{
posix.fdopen
}
, or
\code
{
sys.stdout
}
or
\code
{
sys.stderr
}
, use
its
\code
{
write()
}
method.
its
\code
{
write()
}
method.
\end{funcdesc}
\end{funcdesc}
\begin{datadesc}
{
WNOHANG
}
The option for
\code
{
waitpid()
}
to avoid hanging if no child process
status is available immediately.
\end{datadesc}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment