mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-06 03:08:31 +00:00
Discard ignored signals on New Technology (#592)
This commit is contained in:
parent
4b4ea046c4
commit
7de2f229a7
4 changed files with 57 additions and 1 deletions
|
@ -31,6 +31,7 @@ bool __sig_handle(bool, int, int, ucontext_t *) hidden;
|
|||
int __sig_add(int, int) hidden;
|
||||
int __sig_mask(int, const sigset_t *, sigset_t *) hidden;
|
||||
int __sig_raise(int, int) hidden;
|
||||
void __sig_check_ignore(const int, const unsigned) hidden;
|
||||
|
||||
COSMOPOLITAN_C_END_
|
||||
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue