mirror of
https://github.com/janet-lang/janet
synced 2025-12-14 04:28:06 +00:00
Add alias JANET_SIGNAL_EVENT.
This commit is contained in:
@@ -294,6 +294,8 @@ typedef enum {
|
||||
JANET_SIGNAL_USER9
|
||||
} JanetSignal;
|
||||
|
||||
#define JANET_SIGNAL_EVENT JANET_SIGNAL_USER9
|
||||
|
||||
/* Fiber statuses - mostly corresponds to signals. */
|
||||
typedef enum {
|
||||
JANET_STATUS_DEAD,
|
||||
|
||||
Reference in New Issue
Block a user