Skip to content

Commit

Permalink
Merge pull request #147 from vorner/openbsd-compile-fix
Browse files Browse the repository at this point in the history
Compilation fix for OpenBSD
  • Loading branch information
vorner authored Jul 15, 2023
2 parents 2a62cd1 + 4f7165b commit c85c375
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 c85c375

Please sign in to comment.