Constants from <sys/wait.h> (IRIX 5 version)

This commit is contained in:
Guido van Rossum 1994-06-03 15:39:39 +00:00
parent 6299d1ee03
commit 169b61295a
2 changed files with 28 additions and 0 deletions

14
Lib/irix5/WAIT.py Executable file
View 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
View 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