summaryrefslogtreecommitdiffstats
path: root/openbsd
diff options
context:
space:
mode:
authorMichael McConville <mmcconville@mykolab.com>2015-10-06 11:32:40 -0400
committerMichael McConville <mmcconville@mykolab.com>2015-10-06 11:32:40 -0400
commitc4eb99f2643e7dcdf6b4fc5f1109a30d8d948634 (patch)
tree6b7d1e4dc83f2141356540cdce75d8f63414ae51 /openbsd
parent77f12bbecdce2a27a2cbc504da6977cf25b351ea (diff)
Add header file reference for OpenBSD signals
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 },

© 2014-2024 Faster IT GmbH | imprint | privacy policy