Discard ignored signals on New Technology (#592)

This commit is contained in:
Gavin Hayes 2022-09-05 12:17:56 -04:00 committed by GitHub
parent 4b4ea046c4
commit 7de2f229a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 57 additions and 1 deletions

View file

@ -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) */