about summary refs log tree commit diff
path: root/pkgs/profpatsch/s6/dhall/unix/Signal/common/standard.dhall
blob: 7836bf10c08160a7aa182b0cd15b492246d47f1f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{ SIGHUP =
	1
, SIGINT =
	2
, SIGQUIT =
	3
, SIGILL =
	4
, SIGTRAP =
	5
, SIGABRT =
	6
, SIGFPE =
	8
, SIGKILL =
	9
, SIGSEGV =
	11
, SIGPIPE =
	13
, SIGALRM =
	14
, SIGTERM =
	15
}