mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 10:07:44 +00:00
Some improvements to signals.
- Add sigprocmask() and sigpending(). - Forked children inherit signal dispositions and masks. - Exec clears signal dispositions and masks.
This commit is contained in:
parent
c97a5862ce
commit
6a0a2c9ab4
7 changed files with 60 additions and 4 deletions
|
@ -17,5 +17,7 @@
|
|||
#undef __P
|
||||
#define __P(a) a
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" int main(int, char**);
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue