Fix typo
This commit is contained in:
		
							parent
							
								
									338fcec779
								
							
						
					
					
						commit
						5e64470b19
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -63,7 +63,7 @@ void detectStackOverflow()
 | 
				
			||||||
    act.sa_sigaction = sigsegvHandler;
 | 
					    act.sa_sigaction = sigsegvHandler;
 | 
				
			||||||
    act.sa_flags = SA_SIGINFO | SA_ONSTACK;
 | 
					    act.sa_flags = SA_SIGINFO | SA_ONSTACK;
 | 
				
			||||||
    if (sigaction(SIGSEGV, &act, 0))
 | 
					    if (sigaction(SIGSEGV, &act, 0))
 | 
				
			||||||
        throw SysError("resetting SIGCHLD");
 | 
					        throw SysError("resetting SIGSEGV");
 | 
				
			||||||
#endif
 | 
					#endif
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue