Add header file reference for OpenBSD signals

This commit is contained in:
Michael McConville 2015-10-06 11:32:40 -04:00
parent 77f12bbecd
commit c4eb99f264
1 changed files with 3 additions and 0 deletions

View File

@ -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 },