|
1583 | 1583 | #define SHUT_RD __WASI_SDFLAGS_RD
|
1584 | 1584 | #define SHUT_RDWR (SHUT_RD | SHUT_WR)
|
1585 | 1585 | #define SHUT_WR __WASI_SDFLAGS_WR
|
1586 |
| -#define SIGABRT __WASI_SIGABRT |
1587 |
| -#define SIGALRM __WASI_SIGALRM |
1588 |
| -#define SIGBUS __WASI_SIGBUS |
1589 |
| -#define SIGCHLD __WASI_SIGCHLD |
1590 |
| -#define SIGCONT __WASI_SIGCONT |
| 1586 | +#define SIGABRT __WASI_SIGNAL_ABRT |
| 1587 | +#define SIGALRM __WASI_SIGNAL_ALRM |
| 1588 | +#define SIGBUS __WASI_SIGNAL_BUS |
| 1589 | +#define SIGCHLD __WASI_SIGNAL_CHLD |
| 1590 | +#define SIGCONT __WASI_SIGNAL_CONT |
1591 | 1591 | #define SIGEV_NONE 1
|
1592 | 1592 | #define SIGEV_SIGNAL 0
|
1593 | 1593 | #define SIGEV_THREAD 2
|
1594 |
| -#define SIGFPE __WASI_SIGFPE |
1595 |
| -#define SIGHUP __WASI_SIGHUP |
1596 |
| -#define SIGILL __WASI_SIGILL |
1597 |
| -#define SIGINT __WASI_SIGINT |
| 1594 | +#define SIGFPE __WASI_SIGNAL_FPE |
| 1595 | +#define SIGHUP __WASI_SIGNAL_HUP |
| 1596 | +#define SIGILL __WASI_SIGNAL_ILL |
| 1597 | +#define SIGINT __WASI_SIGNAL_INT |
1598 | 1598 | #define SIGIO SIGPOLL
|
1599 | 1599 | #define SIGIOT SIGABRT
|
1600 |
| -#define SIGKILL __WASI_SIGKILL |
1601 |
| -#define SIGPIPE __WASI_SIGPIPE |
1602 |
| -#define SIGPOLL __WASI_SIGPOLL |
1603 |
| -#define SIGPROF __WASI_SIGPROF |
1604 |
| -#define SIGPWR __WASI_SIGPWR |
1605 |
| -#define SIGQUIT __WASI_SIGQUIT |
1606 |
| -#define SIGSEGV __WASI_SIGSEGV |
1607 |
| -#define SIGSTOP __WASI_SIGSTOP |
1608 |
| -#define SIGSYS __WASI_SIGSYS |
1609 |
| -#define SIGTERM __WASI_SIGTERM |
1610 |
| -#define SIGTRAP __WASI_SIGTRAP |
1611 |
| -#define SIGTSTP __WASI_SIGTSTP |
1612 |
| -#define SIGTTIN __WASI_SIGTTIN |
1613 |
| -#define SIGTTOU __WASI_SIGTTOU |
| 1600 | +#define SIGKILL __WASI_SIGNAL_KILL |
| 1601 | +#define SIGPIPE __WASI_SIGNAL_PIPE |
| 1602 | +#define SIGPOLL __WASI_SIGNAL_POLL |
| 1603 | +#define SIGPROF __WASI_SIGNAL_PROF |
| 1604 | +#define SIGPWR __WASI_SIGNAL_PWR |
| 1605 | +#define SIGQUIT __WASI_SIGNAL_QUIT |
| 1606 | +#define SIGSEGV __WASI_SIGNAL_SEGV |
| 1607 | +#define SIGSTOP __WASI_SIGNAL_STOP |
| 1608 | +#define SIGSYS __WASI_SIGNAL_SYS |
| 1609 | +#define SIGTERM __WASI_SIGNAL_TERM |
| 1610 | +#define SIGTRAP __WASI_SIGNAL_TRAP |
| 1611 | +#define SIGTSTP __WASI_SIGNAL_TSTP |
| 1612 | +#define SIGTTIN __WASI_SIGNAL_TTIN |
| 1613 | +#define SIGTTOU __WASI_SIGNAL_TTOU |
1614 | 1614 | #define SIGUNUSED SIGSYS
|
1615 |
| -#define SIGURG __WASI_SIGURG |
1616 |
| -#define SIGUSR1 __WASI_SIGUSR1 |
1617 |
| -#define SIGUSR2 __WASI_SIGUSR2 |
1618 |
| -#define SIGVTALRM __WASI_SIGVTALRM |
1619 |
| -#define SIGWINCH __WASI_SIGWINCH |
1620 |
| -#define SIGXCPU __WASI_SIGXCPU |
1621 |
| -#define SIGXFSZ __WASI_SIGXFSZ |
| 1615 | +#define SIGURG __WASI_SIGNAL_URG |
| 1616 | +#define SIGUSR1 __WASI_SIGNAL_USR1 |
| 1617 | +#define SIGUSR2 __WASI_SIGNAL_USR2 |
| 1618 | +#define SIGVTALRM __WASI_SIGNAL_VTALRM |
| 1619 | +#define SIGWINCH __WASI_SIGNAL_WINCH |
| 1620 | +#define SIGXCPU __WASI_SIGNAL_XCPU |
| 1621 | +#define SIGXFSZ __WASI_SIGNAL_XFSZ |
1622 | 1622 | #define SIG_ATOMIC_MAX INT32_MAX
|
1623 | 1623 | #define SIG_ATOMIC_MIN INT32_MIN
|
1624 | 1624 | #define SIG_BLOCK 0
|
|
0 commit comments