mirror of
https://github.com/janet-lang/janet
synced 2024-11-17 22:24:49 +00:00
Typo for SIGALARM in os/proc-kill
This commit is contained in:
parent
9593c930de
commit
16f409c6a9
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user