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
Added 'list_only' option (and modified 'run()' to respect it).
[python/dscho.git]
/
Lib
/
plat-sunos4
/
WAIT.py
blob
43612f00c06bca053cbf3fc758b0eba363f1ba1a
1
# Generated by h2py from /usr/include/sys/wait.h
2
WUNTRACED
=
0004
3
WNOHANG
=
0100
4
WEXITED
=
0001
5
WTRAPPED
=
0002
6
WSTOPPED
=
WUNTRACED
7
WCONTINUED
=
0010
8
WNOWAIT
=
0200
9
WOPTMASK
= (
WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT
)
10
WSTOPFLG
=
0177
11
WCONTFLG
=
0177777
12
WCOREFLG
=
0200
13
WSIGMASK
=
0177