mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-01 13:49:16 +00:00
Kernel: Block a signal from being dispatched again until handler returns.
We don't handle nesting yet, but this is a step in the right direction.
This commit is contained in:
parent
b67d0a3632
commit
251293f2e1
Notes:
sideshowbarker
2024-07-19 15:33:07 +09:00
Author: https://github.com/awesomekling
Commit: 251293f2e1
6 changed files with 110 additions and 69 deletions
|
@ -249,6 +249,7 @@ struct sigaction {
|
|||
#define SA_NOCLDSTOP 1
|
||||
#define SA_NOCLDWAIT 2
|
||||
#define SA_SIGINFO 4
|
||||
#define SA_NODEFER 0x40000000
|
||||
|
||||
#define SIG_BLOCK 0
|
||||
#define SIG_UNBLOCK 1
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue