Implement sigpending for sysv and nt (#597)

This commit is contained in:
Gavin Hayes 2022-09-07 08:38:12 -04:00 committed by GitHub
parent 4339d9f15e
commit a849a63771
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
9 changed files with 186 additions and 3 deletions

View file

@ -32,6 +32,7 @@ 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;
void __sig_pending(sigset_t *) hidden;
COSMOPOLITAN_C_END_
#endif /* !(__ASSEMBLER__ + __LINKER__ + 0) */