mirror of
https://github.com/janet-lang/janet
synced 2025-10-20 10:17:40 +00:00
Typo for SIGALARM in os/proc-kill
This commit is contained in:
@@ -640,7 +640,7 @@ static const struct keyword_signal signal_keywords[] = {
|
|||||||
#ifdef SIGTERM
|
#ifdef SIGTERM
|
||||||
{"term", SIGTERM},
|
{"term", SIGTERM},
|
||||||
#endif
|
#endif
|
||||||
#ifdef SIGARLM
|
#ifdef SIGALRM
|
||||||
{"alrm", SIGALRM},
|
{"alrm", SIGALRM},
|
||||||
#endif
|
#endif
|
||||||
#ifdef SIGHUP
|
#ifdef SIGHUP
|
||||||
|
Reference in New Issue
Block a user