Typo for SIGALARM in os/proc-kill

This commit is contained in:
Calvin Rose 2023-11-21 21:51:56 -06:00
parent 9593c930de
commit 16f409c6a9
1 changed files with 1 additions and 1 deletions

View File

@ -640,7 +640,7 @@ static const struct keyword_signal signal_keywords[] = {
#ifdef SIGTERM
{"term", SIGTERM},
#endif
#ifdef SIGARLM
#ifdef SIGALRM
{"alrm", SIGALRM},
#endif
#ifdef SIGHUP