mirror of https://github.com/xzeldon/htop.git
Add header file reference for OpenBSD signals
This commit is contained in:
parent
77f12bbecd
commit
c4eb99f264
|
@ -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 },
|
||||
|
|
Loading…
Reference in New Issue