Skip to content

Commit

Permalink
util: missing SIGPWR
Browse files Browse the repository at this point in the history
  • Loading branch information
robertswiecki committed Aug 29, 2023
1 parent 8308b91 commit d92957c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ const std::string sigName(int signo) {
NS_VALSTR_STRUCT(SIGUSR1),
NS_VALSTR_STRUCT(SIGUSR2),
NS_VALSTR_STRUCT(SIGWINCH),
NS_VALSTR_STRUCT(SIGPWR),
};

for (const auto& i : sigNames) {
Expand Down

0 comments on commit d92957c

Please sign in to comment.