summaryrefslogtreecommitdiffstats
path: root/openbsd
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd')
-rw-r--r--openbsd/Platform.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/openbsd/Platform.c b/openbsd/Platform.c
index 83a218e6..25d53cc3 100644
--- a/openbsd/Platform.c
+++ b/openbsd/Platform.c
@@ -95,6 +95,9 @@ ProcessField Platform_defaultFields[] = { PID, USER, PRIORITY, NICE, M_SIZE, M_R
int Platform_numberOfFields = LAST_PROCESSFIELD;
+/*
+ * See /usr/include/sys/signal.h
+ */
SignalItem Platform_signals[] = {
{ .name = " 0 Cancel", .number = 0 },
{ .name = " 1 SIGHUP", .number = 1 },