summaryrefslogtreecommitdiff
path: root/src/signal/SIGTERM.c
blob: 990c073048377cb95a4e798bb5c0448a366e4326 (plain)
1
2
3
4
5
6
7
8
9
#include <signal.h>
#define SIGTERM                                                              (6)
/** terminate **/
/***
is a signal indicating that the system is requesting the program to terminate.
***/
/*
STDC(1)
*/