1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 04:17:35 +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:
Andreas Kling 2020-09-08 18:07:25 +02:00
parent 687aad01be
commit f8e59addf7
5 changed files with 10 additions and 4 deletions

View file

@ -155,6 +155,7 @@ enum {
#define VWERASE 14
#define VLNEXT 15
#define VEOL2 16
#define VINFO 17
/* c_iflag bits */
#define IGNBRK 0000001