source: trunk/essentials/dev-lang/python/Lib/plat-irix5/WAIT.py

Last change on this file was 3225, checked in by bird, 18 years ago

Python 2.5

File size: 312 bytes
Line 
1# Generated by h2py from /usr/include/sys/wait.h
2_WSTOPPED = 0177
3WNOHANG = 0100
4WEXITED = 0001
5WTRAPPED = 0002
6WSTOPPED = 0004
7WCONTINUED = 0010
8WNOWAIT = 0200
9WOPTMASK = (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
10WSTOPFLG = 0177
11WCONTFLG = 0177777
12WCOREFLAG = 0200
13WSIGMASK = 0177
14WUNTRACED = 0004
Note: See TracBrowser for help on using the repository browser.