blob: 4e475279b039940d623ba6e5a515876a8bf075ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#define SIGTERM (15)
/** terminate **/
/***
is a signal indicating that the system is requesting the program to terminate.
***/
/* Value selected to match requirements for COMMAND(kill) and COMMAND(trap). */
/*
STDC(1)
*/
|