mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
	
		
			299 B
		
	
	
	
		
			Python
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
	
		
			299 B
		
	
	
	
		
			Python
		
	
	
		
			Executable file
		
	
	
	
	
| # Generated by h2py from /usr/include/sys/wait.h
 | |
| WUNTRACED = 0004
 | |
| WNOHANG = 0100
 | |
| WEXITED = 0001
 | |
| WTRAPPED = 0002
 | |
| WSTOPPED = WUNTRACED
 | |
| WCONTINUED = 0010
 | |
| WNOWAIT = 0200
 | |
| WOPTMASK = (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
 | |
| WSTOPFLG = 0177
 | |
| WCONTFLG = 0177777
 | |
| WCOREFLG = 0200
 | |
| WSIGMASK = 0177
 | 
