Skip to content

Commit

Permalink
Compilation fix for OpenBSD
Browse files Browse the repository at this point in the history
It seems to be missing the SI_MESGQ constant.

Fixes #146.
  • Loading branch information
vorner committed Jul 6, 2023
1 parent dd6ccc7 commit 4f7165b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/low_level/extract.c
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ struct Const consts[] = {
{ SI_TKILL, -1, 3 },
#endif
{ SI_QUEUE, -1, 4 },
#ifdef SI_MESGQ
{ SI_MESGQ, -1, 5 },
#endif
{ CLD_EXITED, SIGCHLD, 6 },
{ CLD_KILLED, SIGCHLD, 7 },
{ CLD_DUMPED, SIGCHLD, 8 },
Expand Down

0 comments on commit 4f7165b

Please sign in to comment.