summaryrefslogtreecommitdiff
path: root/src/signal/SIGINT.h
blob: bdd3f74d389922ab4f8e64cc96ab44487ad227a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#define SIGINT                                                               (2)

/** interrupt **/

/***
is a signal that indicates the program is being interactively interrupted.
***/

/* Value selected to match requirements for COMMAND(kill) and COMMAND(trap). */

/*
STDC(1)
*/