Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6299d1e commit 169b612Copy full SHA for 169b612
2 files changed
Lib/irix5/WAIT.py
@@ -0,0 +1,14 @@
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
Lib/plat-irix5/WAIT.py
0 commit comments