Disabled special processing of KILL signals that are passed to pm by the kernel
This commit is contained in:
		
							parent
							
								
									57ed4b2bf7
								
							
						
					
					
						commit
						454dc8a180
					
				@ -274,8 +274,10 @@ sigset_t sig_map;
 | 
			
		||||
	    case SIGQUIT:
 | 
			
		||||
	    case SIGWINCH:
 | 
			
		||||
		id = 0; break;	/* broadcast to process group */
 | 
			
		||||
#if 0
 | 
			
		||||
	    case SIGKILL:
 | 
			
		||||
		id = -1; break;	/* broadcast to all except INIT */
 | 
			
		||||
#endif
 | 
			
		||||
	    default:
 | 
			
		||||
		id = proc_id;
 | 
			
		||||
		break;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user