LibC: Add definition for SIGWINCH
This is actually not yet sent, but programs can install signal handlers for it!
This commit is contained in:
		
							parent
							
								
									83e2ad40d6
								
							
						
					
					
						commit
						e768cd53fb
					
				|  | @ -71,7 +71,8 @@ struct sigevent | |||
| #define SIGVTALRM 	26 | ||||
| #define SIGXCPU 	27 | ||||
| #define SIGXFSZ 	28 | ||||
| #define SIGRTMIN	29 | ||||
| #define SIGWINCH	29 | ||||
| #define SIGRTMIN	30 | ||||
| #define SIGRTMAX	(SIGRTMIN+32) | ||||
| 
 | ||||
| #define _SIGMIN SIGABRT | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue