repo.or.cz
/
python
/
dscho.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Files for 2.1b1 distribution.
[python/dscho.git]
/
Lib
/
plat-irix5
/
WAIT.py
blob
bfd0133e847e273dcedfa12f31b007dd65af4728
1
# Generated by h2py from /usr/include/sys/wait.h
2
_WSTOPPED
=
0177
3
WNOHANG
=
0100
4
WEXITED
=
0001
5
WTRAPPED
=
0002
6
WSTOPPED
=
0004
7
WCONTINUED
=
0010
8
WNOWAIT
=
0200
9
WOPTMASK
= (
WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT
)
10
WSTOPFLG
=
0177
11
WCONTFLG
=
0177777
12
WCOREFLAG
=
0200
13
WSIGMASK
=
0177
14
WUNTRACED
=
0004