mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 18:47: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
|
@ -155,6 +155,7 @@ enum {
|
|||
#define VWERASE 14
|
||||
#define VLNEXT 15
|
||||
#define VEOL2 16
|
||||
#define VINFO 17
|
||||
|
||||
/* c_iflag bits */
|
||||
#define IGNBRK 0000001
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue