mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Constants from <sys/wait.h> (IRIX 5 version)
This commit is contained in:
parent
6299d1ee03
commit
169b61295a
2 changed files with 28 additions and 0 deletions
14
Lib/irix5/WAIT.py
Executable file
14
Lib/irix5/WAIT.py
Executable file
|
@ -0,0 +1,14 @@
|
|||
# Generated by h2py from /usr/include/sys/wait.h
|
||||
_WSTOPPED = 0177
|
||||
WNOHANG = 0100
|
||||
WEXITED = 0001
|
||||
WTRAPPED = 0002
|
||||
WSTOPPED = 0004
|
||||
WCONTINUED = 0010
|
||||
WNOWAIT = 0200
|
||||
WOPTMASK = (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
|
||||
WSTOPFLG = 0177
|
||||
WCONTFLG = 0177777
|
||||
WCOREFLAG = 0200
|
||||
WSIGMASK = 0177
|
||||
WUNTRACED = 0004
|
14
Lib/plat-irix5/WAIT.py
Executable file
14
Lib/plat-irix5/WAIT.py
Executable file
|
@ -0,0 +1,14 @@
|
|||
# Generated by h2py from /usr/include/sys/wait.h
|
||||
_WSTOPPED = 0177
|
||||
WNOHANG = 0100
|
||||
WEXITED = 0001
|
||||
WTRAPPED = 0002
|
||||
WSTOPPED = 0004
|
||||
WCONTINUED = 0010
|
||||
WNOWAIT = 0200
|
||||
WOPTMASK = (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
|
||||
WSTOPFLG = 0177
|
||||
WCONTFLG = 0177777
|
||||
WCOREFLAG = 0200
|
||||
WSIGMASK = 0177
|
||||
WUNTRACED = 0004
|
Loading…
Add table
Add a link
Reference in a new issue