more sensible values for SIG_DFL and SIG_IGN
This commit is contained in:
		
							parent
							
								
									29b2b389fd
								
							
						
					
					
						commit
						ba7cc5f6fb
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		|  | @ -22,5 +22,5 @@ | ||||||
| #define	SIGTERM	15	/* software termination signal from kill */ | #define	SIGTERM	15	/* software termination signal from kill */ | ||||||
| 
 | 
 | ||||||
| int	(*signal())(); | int	(*signal())(); | ||||||
| #define	SIG_DFL	(int (*)())0 | #define	SIG_DFL	(int (*)())-2 | ||||||
| #define	SIG_IGN	(int (*)())1 | #define	SIG_IGN	(int (*)())-3 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		
		Reference in a new issue