mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:17:34 +00:00
Kernel+LibC+UE: Introduce SIGINFO (generated with ^T)
This signal is ignored by default, but can be caught to implement state reporting a la BSD. :^)
This commit is contained in:
parent
687aad01be
commit
f8e59addf7
5 changed files with 10 additions and 4 deletions
|
@ -56,6 +56,6 @@
|
|||
#define SIGPROF 27
|
||||
#define SIGWINCH 28
|
||||
#define SIGIO 29
|
||||
#define SIGPWR 30
|
||||
#define SIGINFO 30
|
||||
#define SIGSYS 31
|
||||
#define NSIG 32
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue