about summary refs log tree commit diff
path: root/pkgs/profpatsch/s6/dhall/unix/Signal/common/standard.dhall
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/profpatsch/s6/dhall/unix/Signal/common/standard.dhall')
-rw-r--r--pkgs/profpatsch/s6/dhall/unix/Signal/common/standard.dhall25
1 files changed, 25 insertions, 0 deletions
diff --git a/pkgs/profpatsch/s6/dhall/unix/Signal/common/standard.dhall b/pkgs/profpatsch/s6/dhall/unix/Signal/common/standard.dhall
new file mode 100644
index 00000000..7836bf10
--- /dev/null
+++ b/pkgs/profpatsch/s6/dhall/unix/Signal/common/standard.dhall
@@ -0,0 +1,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
+}
\ No newline at end of file