You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					35 lines
				
				488 B
			
		
		
			
		
	
	
					35 lines
				
				488 B
			| 
											3 years ago
										 | module.exports = { | ||
|  |   SIGHUP: 1, | ||
|  |   SIGINT: 2, | ||
|  |   SIGQUIT: 3, | ||
|  |   SIGILL: 4, | ||
|  |   SIGTRAP: 5, | ||
|  |   SIGABRT: 6, | ||
|  |   SIGBUS: 7, | ||
|  |   SIGFPE: 8, | ||
|  |   SIGKILL: 9, | ||
|  |   SIGUSR1: 10, | ||
|  |   SIGSEGV: 11, | ||
|  |   SIGUSR2: 12, | ||
|  |   SIGPIPE: 13, | ||
|  |   SIGALRM: 14, | ||
|  |   SIGTERM: 15, | ||
|  |   SIGSTKFLT: 16, | ||
|  |   SIGCHLD: 17, | ||
|  |   SIGCONT: 18, | ||
|  |   SIGSTOP: 19, | ||
|  |   SIGTSTP: 20, | ||
|  |   SIGTTIN: 21, | ||
|  |   SIGTTOU: 22, | ||
|  |   SIGURG: 23, | ||
|  |   SIGXCPU: 24, | ||
|  |   SIGXFSZ: 25, | ||
|  |   SIGVTALRM: 26, | ||
|  |   SIGPROF: 27, | ||
|  |   SIGWINCH: 28, | ||
|  |   SIGIO: 29, | ||
|  |   SIGPWR: 30, | ||
|  |   SIGSYS: 31, | ||
|  |   SIGRTMIN: 35, | ||
|  | } |